Skip to content

Commit c946bf4

Browse files
committed
fix image pull policy
1 parent 2c7ce6f commit c946bf4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

manifests/argocd-executor-plugin-configmap.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ data:
1212
- name: ARGOCD_SERVER
1313
value: argocd-server.argocd.svc.cluster.local
1414
image: crenshawdotdev/argocd-executor-plugin:v0.0.8
15-
imagePullPolicy: Never
1615
name: argocd
1716
ports:
1817
- containerPort: 3000

manifests/plugin.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ spec:
1212
container:
1313
name: argocd
1414
image: crenshawdotdev/argocd-executor-plugin:v0.0.8
15-
imagePullPolicy: Never
1615
env:
1716
- name: ARGOCD_AUTH_TOKEN
1817
valueFrom:

0 commit comments

Comments
 (0)