Does not work.
This commit is contained in:
5
apps/example-app/values.yaml
Normal file
5
apps/example-app/values.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
app:
|
||||||
|
ports:
|
||||||
|
http: 8096
|
||||||
|
secretName: auth-api-dev
|
||||||
@@ -22,7 +22,7 @@ spec:
|
|||||||
chart: "{{path.basename}}"
|
chart: "{{path.basename}}"
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- "https://git.konsthol.eu/konsthol/argocdapps/apps/{{path.basename}}/values.yaml"
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: "{{path.basename}}"
|
namespace: "{{path.basename}}"
|
||||||
@@ -31,4 +31,4 @@ spec:
|
|||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|||||||
Reference in New Issue
Block a user