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 fb5fb3e commit 3fa41c3Copy full SHA for 3fa41c3
argocd/application.yml
@@ -12,13 +12,6 @@ spec:
12
helm:
13
valueFiles:
14
- values.yaml
15
- parameters:
16
- - name: mongo.uri
17
- value: <secret>
18
- - name: mongo.username
19
20
- - name: mongo.password
21
22
destination:
23
server: https://kubernetes.default.svc
24
namespace: my-app-namespace
helm/values.yaml
@@ -12,6 +12,4 @@ service:
targetPort: 3000
mongo:
- uri: ""
- username: ""
- password: ""
+ existingSecret: mongo-secrets
0 commit comments