1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Fix secret-replicator values.yaml syntax (#256)

Co-authored-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
Daniel Riggins
2023-01-23 15:31:51 -06:00
committed by GitHub
parent 7e36429c5d
commit e998657cd7
2 changed files with 8 additions and 8 deletions

View File

@@ -93,4 +93,4 @@ Impulsively **[click here (NOW quick do it!)][github_sponsor]** to [sponsor me][
[github_sponsor]: https://github.com/sponsors/funkypenguin
[discourse]: https://forum.funkypenguin.co.nz/
[contact]: https://www.funkypenguin.co.nz
[mastodon]: https://so.fnky.nz/@funkypenguin
[mastodon]: https://so.fnky.nz/@funkypenguin

View File

@@ -82,12 +82,12 @@ data:
# Declare variables to be passed into your templates.
image:
repository: kiwigrid/secret-replicator
tag: 0.2.0
pullPolicy: IfNotPresent
## Specify ImagePullSecrets for Pods
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
# pullSecrets: myregistrykey
repository: kiwigrid/secret-replicator
tag: latest #0.2.0 It's 0.1.0 and latest listed in dockerhub. No 0.2.0 anymore
pullPolicy: IfNotPresent
## Specify ImagePullSecrets for Pods
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
# pullSecrets: myregistrykey
# csv list of secrets
secretList: "letsencrypt-wildcard-cert"
@@ -96,7 +96,7 @@ data:
ignoreNamespaces: "kube-system,kube-public"
# If defined, allow secret-replicator to watch for secrets in _another_ namespace
secretNamespace: letsencrypt-wildcard-cert"
secretNamespace: "letsencrypt-wildcard-cert"
rbac:
enabled: true