REFACTOR(deploy): move argocd manifests
- Reorganize ArgoCD application structure - Move manifests to deploy/argocd folder
This commit is contained in:
9
deploy/argocd/kustomization.yaml
Normal file
9
deploy/argocd/kustomization.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
# App of Apps Application (self-managing)
|
||||
- application.yaml
|
||||
|
||||
# Application deployments (prod and dev)
|
||||
- application-dev.yaml
|
||||
Reference in New Issue
Block a user