Skip to content

Commit f9b33e7

Browse files
ben-dovcw-Guo
authored andcommitted
fix casing
Signed-off-by: ben-dov <[email protected]>
1 parent 859b4f7 commit f9b33e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/fluent-operator/templates/fluent-operator-clusterRole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

charts/fluent-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)