khuedoan-homelab/platform/global-secrets/templates/secret-generator/configmap.yaml
Khue Doan 5e76122a04 refactor(global-secrets): move secret store to the same namespace
Otherwise RBAC will be much more complicated.
2023-11-26 17:39:49 +07:00

8 lines
177 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: secret-generator
namespace: {{ .Release.Namespace }}
data:
{{ (.Files.Glob "files/secret-generator/*").AsConfig | indent 2 }}