Files
common/starter/templates/secret.yaml
Konstantin Grachev 76793993d9
All checks were successful
continuous-integration/drone/push Build is passing
feat(starter): add configmap and secret
2023-03-01 18:52:10 +03:00

5 lines
117 B
YAML

{{- include "common.secret" (list . "<CHARTNAME>.secret") }}
{{- define "<CHARTNAME>.secret" -}}
data: {}
{{- end }}