Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
charts: Replace with -> if in rbac.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Kulish committed Aug 3, 2020
1 parent 983f1a3 commit f56933e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubernetes-external-secrets/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["create", "update"{{ with (index .Values.env "POLL_INTERNAL_SECRETS") }}, "list"{{ end}}]
verbs: ["create", "update"{{ if (index .Values.env "POLL_INTERNAL_SECRETS") }}, "list"{{ end}}]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["get", "watch", "list"]
Expand Down

0 comments on commit f56933e

Please sign in to comment.