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