Skip to content
Snippets Groups Projects
Commit de096fd9 authored by Vineet Reddy Rajula's avatar Vineet Reddy Rajula
Browse files

Add imagePullPolicy to templates

parent 592c097b
No related branches found
No related tags found
1 merge request!10Add restore site task & restructure job templates
Pipeline #2829932 skipped
......@@ -13,6 +13,7 @@ spec:
steps:
- name: clear-cache
image: {{ .Values.image }}
imagePullPolicy: Always
command:
- /bin/sh
- '-c'
......
......@@ -13,6 +13,7 @@ spec:
steps:
- name: drupalsite-backup
image: {{ .Values.image }}
imagePullPolicy: Always
command:
- /bin/sh
- '-c'
......
......@@ -16,6 +16,7 @@ spec:
steps:
- name: database-backup
image: {{ .Values.image }}
imagePullPolicy: Always
command:
- /bin/sh
- '-c'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment