1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-14 02:06:32 +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 [github_sponsor]: https://github.com/sponsors/funkypenguin
[discourse]: https://forum.funkypenguin.co.nz/ [discourse]: https://forum.funkypenguin.co.nz/
[contact]: https://www.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. # Declare variables to be passed into your templates.
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
# pullSecrets: myregistrykey # pullSecrets: myregistrykey
# csv list of secrets # csv list of secrets
secretList: "letsencrypt-wildcard-cert" secretList: "letsencrypt-wildcard-cert"
@@ -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