File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ rules:
145145 - get
146146 - watch
147147 - patch
148- {{- with .Values.operator.rbac.AdditionalRules }}
148+ {{- with .Values.operator.rbac.additionalRules }}
149149 {{- toYaml . | nindent 2 }}
150150 {{- end }}
151151{{- end }}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ operator:
3636 name : fluent-operator
3737 # Adds additional permissions to Fluent Operator, since operator cannot give permissions it does not have.
3838 # Use case includes adding permission to a custom fluent-bit deployment to access kubelet.
39- AdditionalRules : []
39+ additionalRules : []
4040 # Container security context for Fluent Operator container. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
4141 securityContext : {}
4242 # Fluent Operator resources. Usually user needn't to adjust these.
You can’t perform that action at this time.
0 commit comments