Skip to content

Commit

Permalink
Add imagePullPolicy to initContainers
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Mar 7, 2024
1 parent 3726e30 commit dbe1f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/flowforge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
initContainers:
- name: config
image: "ruby:2.7-slim"
imagePullPolicy: Always
command: ['sh', '-c', 'erb /tmpl/flowforge.yml > /config/flowforge.yml']
volumeMounts:
- name: configtemplate
Expand Down
1 change: 1 addition & 0 deletions helm/flowforge/templates/file-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ spec:
initContainers:
- name: config
image: "ruby:2.7-slim"
imagePullPolicy: Always
command: ['sh', '-c', 'erb /tmpl/flowforge-storage.yml > /config/flowforge-storage.yml' ]
volumeMounts:
- name: configtemplate
Expand Down

0 comments on commit dbe1f3c

Please sign in to comment.