Skip to content

Commit

Permalink
Add missing imagePullSecrets
Browse files Browse the repository at this point in the history
(cherry picked from commit 2f02c87)
  • Loading branch information
AlexGodbehere committed Nov 7, 2024
1 parent 90d08e5 commit 768dec2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/templates/cluster-manager/clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ spec:
component: cluster-manager
factory-plus.service: cluster-manager
spec:
{{- with .Values.acs.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: krb5-conf
configMap:
Expand Down
4 changes: 4 additions & 0 deletions deploy/templates/git/git.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ spec:
component: git
factory-plus.service: git
spec:
{{- with .Values.acs.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: krb5-conf
configMap:
Expand Down
4 changes: 4 additions & 0 deletions deploy/templates/monitor/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ spec:
labels:
component: monitor
spec:
{{- with .Values.acs.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: krb5-conf
configMap:
Expand Down

0 comments on commit 768dec2

Please sign in to comment.