We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a204b1d commit e699800Copy full SHA for e699800
1 file changed
charts/capsule-proxy/templates/rbac.yaml
@@ -14,7 +14,7 @@ rules:
14
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
15
16
- apiGroups: [""]
17
- resources: ["configmaps", "endpoints"]
+ resources: ["configmaps", "endpoints"{{ if and .Values.options.enableSSL .Values.options.generateCertificates }}, "secrets"{{ end }}]
18
19
---
20
apiVersion: rbac.authorization.k8s.io/v1
0 commit comments