Merge pull request #6168 from Ocelot-Social-Community/cluster-deploy-no-debug-mode

fix(other): prevent exposing secrets in the github actions by not setting debug mode on cluster deploy
This commit is contained in:
Hannes Heine 2023-03-21 08:00:00 +01:00 committed by GitHub
commit 9e2f7a882c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,4 @@ helm --kubeconfig=${KUBECONFIG} upgrade ocelot \
--values ${VALUES} \
--set appVersion="${DOCKERHUB_OCELOT_TAG}" \
${SCRIPT_DIR}/../src/kubernetes/ \
--debug \
--timeout 10m