Update k8s/apps/pasarguard/daemonset.yaml
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
image: &image 'pasarguard/node:v0.3.0'
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
@@ -113,7 +114,7 @@ spec:
|
||||
mountPath: /scripts
|
||||
containers:
|
||||
- name: pasarguard-node
|
||||
image: 'pasarguard/node:v0.3.0'
|
||||
image: *image
|
||||
imagePullPolicy: Always
|
||||
command:
|
||||
- /bin/sh
|
||||
|
||||
Reference in New Issue
Block a user