feat(starter): add configmap and secret
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
4
starter/templates/configmap.yaml
Normal file
4
starter/templates/configmap.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{{- include "common.configMap" (list . "<CHARTNAME>.configMap") }}
|
||||||
|
{{- define "<CHARTNAME>.configMap" -}}
|
||||||
|
data: {}
|
||||||
|
{{- end }}
|
4
starter/templates/secret.yaml
Normal file
4
starter/templates/secret.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{{- include "common.secret" (list . "<CHARTNAME>.secret") }}
|
||||||
|
{{- define "<CHARTNAME>.secret" -}}
|
||||||
|
data: {}
|
||||||
|
{{- end }}
|
Reference in New Issue
Block a user