We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be77883 commit 40ed967Copy full SHA for 40ed967
.github/workflows/deploy.yml
@@ -43,7 +43,6 @@ jobs:
43
run: |
44
helm upgrade --install ${{ vars.APP_NAME }} ./helm \
45
--namespace ${{ vars.APP_NAMESPACE }} \
46
- -
47
--set mongo.uri="${{ secrets.MONGO_URI }}" \
48
--set mongo.username="${{ secrets.MONGO_USERNAME }}" \
49
--set mongo.password="${{ secrets.MONGO_PASSWORD }}" \
0 commit comments