diff --git a/argo-workflows/webhook/sensor.yaml b/argo-workflows/webhook/sensor.yaml index 06f34da..045d29c 100644 --- a/argo-workflows/webhook/sensor.yaml +++ b/argo-workflows/webhook/sensor.yaml @@ -166,7 +166,7 @@ spec: git add deploy.yaml git diff-index --quiet HEAD || git commit -m "Argo: Changed deployed version to $CI_COMMIT_SHA" git push origin $DEPLOY_REPO_BRANCH - volumeMounts: - - name: secrets-store - mountPath: "/mnt/secrets" - readOnly: true + volumeMounts: + - name: secrets-store + mountPath: "/mnt/secrets" + readOnly: true