feat(starter): add configmap and secret
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-01 18:52:10 +03:00
parent ef59f16734
commit 76793993d9
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{{- include "common.configMap" (list . "<CHARTNAME>.configMap") }}
{{- define "<CHARTNAME>.configMap" -}}
data: {}
{{- end }}