11 lines
413 B
YAML
11 lines
413 B
YAML
|
|
# Declared state of Argo CD Core on railiance01 (namespace argocd).
|
||
|
|
# Upstream manifest is fetched and sha256-verified by `make argocd-fetch`
|
||
|
|
# into upstream/ (gitignored); see PIN and README.md. Like upstream, the
|
||
|
|
# render carries no namespace: apply it with `-n argocd`.
|
||
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
resources:
|
||
|
|
- upstream/core-install.yaml
|
||
|
|
patches:
|
||
|
|
- path: resources.yaml
|