Skip to content

Commit

Permalink
Update Chart to get secret from include helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Jan 15, 2024
1 parent 8954205 commit 13e4ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/gdscan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- name: G DATA CyberDefense AG
email: [email protected]
type: application
version: 1.4.4
version: 1.4.5
5 changes: 1 addition & 4 deletions charts/gdscan/templates/stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ spec:
labels:
{{- include "gdscan.selectorLabels" . | nindent 8 }}
spec:
{{- with "gdscan.imagePullSecrets" }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- include "gdscan.imagePullSecrets" . | nindent 6 }}
volumes:
- name: server-tmp
emptyDir: {}
Expand Down

0 comments on commit 13e4ad6

Please sign in to comment.