minio, velero y tal
This commit is contained in:
10
seagate/seagate-exos-x-csi/templates/_helpers.tpl
Normal file
10
seagate/seagate-exos-x-csi/templates/_helpers.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- define "csidriver.labels" -}}
|
||||
app.kubernetes.io/name: {{ .Chart.Name | kebabcase }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "csidriver.extraArgs" -}}
|
||||
{{- range .extraArgs }}
|
||||
- {{ toYaml . }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user