10 lines
259 B
YAML
10 lines
259 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
helmCharts:
|
|
- name: argo-cd
|
|
repo: oci://ghcr.io/argoproj/argo-helm
|
|
version: 7.3.6
|
|
releaseName: argocd
|
|
# apiVersions:
|
|
# - monitoring.coreos.com/v1
|
|
valuesFile: values.yaml |