Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 23, 2023
1 parent ac5d420 commit fbc4a73
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/importFromDS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: mon-psy
image: {{ .Values.global.registry }}/{{ .Values.global.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
image: {{ .Values.global.registry }}/{{ .Values.global.imageProject }}/{{ .Values.global.imageRepository }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: mon-psy
image: {{ .Values.global.registry }}/{{ .Values.global.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
image: {{ .Values.global.registry }}/{{ .Values.global.imageProject }}/{{ .Values.global.imageRepository }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/reportingDossierRefuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: mon-psy
image: {{ .Values.global.registry }}/{{ .Values.global.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
image: {{ .Values.global.registry }}/{{ .Values.global.imageProject }}/{{ .Values.global.imageRepository }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/reportingExpertWeekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: mon-psy
image: {{ .Values.global.registry }}/{{ .Values.global.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
image: {{ .Values.global.registry }}/{{ .Values.global.imageProject }}/{{ .Values.global.imageRepository }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: mon-psy
image: {{ .Values.global.registry }}/{{ .Values.global.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
image: {{ .Values.global.registry }}/{{ .Values.global.imageProject }}/{{ .Values.global.imageRepository }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: mon-psy
image: {{ .Values.global.registry }}/{{ .Values.global.imageRepository }}/{{ .Values.global.imageProject }}/app:{{ .Values.global.imageTag }}
image: {{ .Values.global.registry }}/{{ .Values.global.imageProject }}/{{ .Values.global.imageRepository }}/app:{{ .Values.global.imageTag }}
envFrom:
- secretRef:
name: app-sealed-secret
Expand Down

0 comments on commit fbc4a73

Please sign in to comment.