helm secrets

- add docker registry config
   - update values.yaml with values from 03-keystore.yaml
   - add 03-keystore.yaml
- add docker registry config
   - update values.yaml with values from 02-json-web-token.yaml
   - add 02-json-web-token.yaml
- add docker registry config
   - update values.yaml with values from 01-docker-registry.yaml
   - add 01-docker-registry.yaml
   - update kube/01-initialize/02-registry-secret.yaml
   - extract docker registry /doc/k8s-testing.md to doc/k8s-docker-registry.md
- add values.yaml
- add Chart.yaml
- add helmfile.yaml
This commit is contained in:
2025-07-26 14:34:44 +02:00
committed by swordsteel
parent 8ead30676a
commit cecdb1a627
9 changed files with 121 additions and 39 deletions

View File

@@ -7,5 +7,5 @@ metadata:
environment: testing
type: kubernetes.io/dockerconfigjson
data:
# Look at /doc/k8s.md at Initialize -> Registry Secret, for how to make real values
.dockerconfigjson: RegisterSecretBase64==
# Look at /doc/k8s-docker-registry.md to this value
.dockerconfigjson: DockerRegistryBase64==