change folder
This commit is contained in:
23
prod.yaml
Normal file
23
prod.yaml
Normal file
@@ -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
|
||||
10
prod/kustomization.yaml
Normal file
10
prod/kustomization.yaml
Normal file
@@ -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/
|
||||
Reference in New Issue
Block a user