Update root-set.yaml
This commit is contained in:
@@ -17,11 +17,12 @@ spec:
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: "https://git.konsthol.eu/konsthol/argocdapps"
|
||||
path: "apps/{{path.basename}}"
|
||||
repoURL: "http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo/"
|
||||
targetRevision: "*"
|
||||
chart: "{{path.basename}}"
|
||||
helm:
|
||||
valueFiles:
|
||||
- values-override.yaml
|
||||
- values.yaml
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: "{{path.basename}}"
|
||||
@@ -30,4 +31,4 @@ spec:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user