refactor: Restructure the extras
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- root-app.yaml
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: argocd
|
||||
|
||||
resources:
|
||||
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.6/manifests/install.yaml
|
||||
- argocd-root-app
|
||||
|
||||
patches:
|
||||
- target:
|
||||
kind: Service
|
||||
|
||||
Reference in New Issue
Block a user