Bugfix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "99.6.16"
|
||||
HELM_CHART_VERSION: "99.6.17"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -43,8 +43,8 @@ spec:
|
||||
allowPrivilegeEscalation: false
|
||||
runAsUser: 0
|
||||
image: cloudyne/ubuntu-ci:latest
|
||||
command: ["storage-clone"]
|
||||
args: ["/full-cloud", "/full-cloud-local"]
|
||||
command: ["python3"]
|
||||
args: ["/usr/local/bin/storage-clone", "/full-cloud", "/full-cloud-local"]
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
- name: cloud
|
||||
|
||||
Reference in New Issue
Block a user