Commit c2811366 authored by Prasath Sivasubramaniyan's avatar Prasath Sivasubramaniyan
Browse files

Modified v1 for fluentbit

Showing with 2 additions and 2 deletions
+2 -2
......@@ -4,7 +4,7 @@ metadata:
name: fluent-bit
namespace: {{ default .Values.namespace .Release.Namespace }}
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: fluent-bit-read
......@@ -15,7 +15,7 @@ rules:
- pods
verbs: ["get", "list", "watch"]
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: fluent-bit-read
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment