change folder
This commit is contained in:
parent
ce9d08bb7c
commit
6b1972e154
|
@ -0,0 +1,23 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: prod-app
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
|
||||||
|
source:
|
||||||
|
repoURL: https://git.coopgo.io/soukaina/Argocd-test
|
||||||
|
targetRevision: HEAD
|
||||||
|
path: agenda
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: argocd-test
|
||||||
|
|
||||||
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
||||||
|
prune: true
|
|
@ -0,0 +1,10 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
bases:
|
||||||
|
- ../bases/agenda/
|
||||||
|
- ../bases/fleets/
|
||||||
|
- ../bases/groups-management/
|
||||||
|
- ../bases/mobility-accounts/
|
||||||
|
- ../bases/etcd/
|
||||||
|
- ../bases/parcoursmob/
|
Loading…
Reference in New Issue