Skip to content
Snippets Groups Projects
Commit 6682e00c authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix: imagepullpolicy always

parent ed2539e4
1 merge request!82Fix: image pull policy always + shift cronjob schedule
......@@ -33,7 +33,7 @@ spec:
secretKeyRef:
name: ecolyo-agent-database
key: host
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- name: dump
mountPath: /dump
......
......@@ -33,7 +33,7 @@ spec:
secretKeyRef:
name: ecolyo-agent-database
key: host
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- name: dump
mountPath: /dump
......
......@@ -33,7 +33,7 @@ spec:
secretKeyRef:
name: ecolyo-agent-database
key: host
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- name: dump
mountPath: /dump
......
......@@ -48,4 +48,4 @@ spec:
mountPath: /dump
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
......@@ -31,6 +31,7 @@ spec:
secretKeyRef:
name: ecolyo-agent-database
key: password
imagePullPolicy: Always
ports:
- containerPort: 3306
volumeMounts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment