Update root-set.yaml
This commit is contained in:
@@ -1,17 +1,24 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: ApplicationSet
|
||||||
metadata:
|
metadata:
|
||||||
name: apps-manager
|
name: apps-manager
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
|
generators:
|
||||||
|
- directory:
|
||||||
|
path: argocd-apps
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
name: '{{path.basename}}'
|
||||||
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: "https://git.konsthol.eu/konsthol/argocdapps"
|
repoURL: "https://git.konsthol.eu/konsthol/argocdapps"
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: argocd-apps
|
path: '{{path}}'
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: argocd
|
namespace: '{{path.basename}}'
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
|||||||
Reference in New Issue
Block a user