17 lines
384 B
YAML
17 lines
384 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
|
|
resources:
|
|
- namespaces.yml
|
|
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.9/manifests/install.yaml
|
|
|
|
patches:
|
|
- patch: |-
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: argocd-cm
|
|
data:
|
|
kustomize.buildOptions: --enable-helm --load-restrictor LoadRestrictionsNone |