Added one missing ident
This commit is contained in:
@ -166,7 +166,7 @@ spec:
|
|||||||
git add deploy.yaml
|
git add deploy.yaml
|
||||||
git diff-index --quiet HEAD || git commit -m "Argo: Changed deployed version to $CI_COMMIT_SHA"
|
git diff-index --quiet HEAD || git commit -m "Argo: Changed deployed version to $CI_COMMIT_SHA"
|
||||||
git push origin $DEPLOY_REPO_BRANCH
|
git push origin $DEPLOY_REPO_BRANCH
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: secrets-store
|
- name: secrets-store
|
||||||
mountPath: "/mnt/secrets"
|
mountPath: "/mnt/secrets"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
Reference in New Issue
Block a user