All checks were successful
continuous-integration/drone/push Build is passing
5 lines
117 B
YAML
5 lines
117 B
YAML
{{- include "common.secret" (list . "<CHARTNAME>.secret") }}
|
|
{{- define "<CHARTNAME>.secret" -}}
|
|
data: {}
|
|
{{- end }}
|