mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-14 18:26:28 +00:00
Fix secret-replicator values.yaml syntax (#256)
Co-authored-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -83,7 +83,7 @@ data:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: kiwigrid/secret-replicator
|
repository: kiwigrid/secret-replicator
|
||||||
tag: 0.2.0
|
tag: latest #0.2.0 It's 0.1.0 and latest listed in dockerhub. No 0.2.0 anymore
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## Specify ImagePullSecrets for Pods
|
## Specify ImagePullSecrets for Pods
|
||||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
|
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
|
||||||
@@ -96,7 +96,7 @@ data:
|
|||||||
ignoreNamespaces: "kube-system,kube-public"
|
ignoreNamespaces: "kube-system,kube-public"
|
||||||
|
|
||||||
# If defined, allow secret-replicator to watch for secrets in _another_ namespace
|
# If defined, allow secret-replicator to watch for secrets in _another_ namespace
|
||||||
secretNamespace: letsencrypt-wildcard-cert"
|
secretNamespace: "letsencrypt-wildcard-cert"
|
||||||
|
|
||||||
rbac:
|
rbac:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user