Skip to content

Commit

Permalink
chore: Comment imagePullSecrets and containers in deployment.yaml for…
Browse files Browse the repository at this point in the history
… testing
  • Loading branch information
jay-bisonai committed Feb 8, 2024
1 parent d9e77f0 commit f5d1df3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions bisontry-health-checker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ spec:
labels:
app: {{ .Values.deployment.name }}
spec:
imagePullSecrets:
- name: bisontry-gar-json-key
containers:
- name: {{ .Values.deployment.name }}
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
imagePullPolicy: Always
envFrom:
- secretRef:
name: {{ .Values.deployment.name }}-secrets
# ToDo - Please uncomment it after testing
# imagePullSecrets:
# - name: bisontry-gar-json-key
# containers:
# - name: {{ .Values.deployment.name }}
# image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
# imagePullPolicy: Always
# envFrom:
# - secretRef:
# name: {{ .Values.deployment.name }}-secrets

0 comments on commit f5d1df3

Please sign in to comment.