Skip to content

Commit

Permalink
feat: Add imagePullPolicy to initContainers (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski authored Mar 7, 2024
2 parents 2665a04 + 5a6a2e7 commit 6f0d42d
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 6f0d42d

Please sign in to comment.