12 lines
309 B
YAML
12 lines
309 B
YAML
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
|
|
name: argocd-server
|
|
path: argocd-server-nodeport-patch.yaml
|