Skip to content

Commit

Permalink
fix gdscan function name
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Jan 15, 2024
1 parent 3f1387a commit 31cb44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/gdscan/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ app.kubernetes.io/instance: {{ .Release.Name }}

{{- end -}}

{{ define "gdscan.imagePullSecrets" }}
{{- define "gdscan.imagePullSecrets" -}}
imagePullSecrets:
{{- range .Values.global.imagePullSecrets }}
- name: {{ . }}
{{- end }}
{{- range .Values.imagePullSecrets }}
- name: {{ . }}
{{- end }}
{{ end }}
{{- end -}}

0 comments on commit 31cb44c

Please sign in to comment.