Compare commits

...

2 Commits

Author SHA1 Message Date
3c6bba5704 Merge pull request 'ConfigMap not secret' (#3) from alice/helm-charts:main into main
All checks were successful
checks / check and test (push) Successful in 22s
Reviewed-on: #3
2023-06-26 11:29:59 +00:00
3ee2b1da1c ConfigMap not secret
All checks were successful
checks / check and test (pull_request) Successful in 22s
2023-06-26 11:29:09 +00:00

View File

@ -1,5 +1,5 @@
apiVersion: v1
kind: Secret
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-config
namespace: {{ .Values.namespace }}