Skip to content

Commit

Permalink
fix: scheduler sidecar image path config
Browse files Browse the repository at this point in the history
  • Loading branch information
arturlg committed Mar 19, 2024
1 parent 02b3290 commit e6a243e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ files:
mountPath: /usr/share/nginx/html
sidecars:
- name: scheduler
image: "{{ $.Values.global.registry }}/{{ $.Values.global.imageProject }}/{{ $.Values.global.imageRepository }}/api:{{ $.Values.global.imageTag }}"
envFrom:
- secretRef:
name: "{{ .Values.global.pgSecretName }}"
Expand Down

0 comments on commit e6a243e

Please sign in to comment.