Added one missing ident

This commit is contained in:
Marcin-Ramotowski
2025-08-02 13:45:13 +02:00
parent 2777e73aa2
commit 7ada42d7f8

View File

@ -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