feat: import
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "common.values.setup" . }}
|
||||
|
||||
{{/* custom render */}}
|
||||
|
||||
{{- include "common.pvc" . }}
|
||||
|
||||
{{- if .Values.secret -}}
|
||||
{{ include "common.secret" . | nindent 0 }}
|
||||
{{- end -}}
|
||||
|
||||
{{- include "common.cronjob" . }}
|
||||
|
||||
Reference in New Issue
Block a user