9 lines
431 B
YAML
9 lines
431 B
YAML
# One-time bootstrap: Argo CD must exist before GitOps takes over.
|
|
# Apply from repo root (after replacing nothing): kubectl apply -k platform/bootstrap/initial-argocd
|
|
# Pin the tag to a release you have audited (see platform/bootstrap/CHART_PINS.txt).
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: argocd
|
|
resources:
|
|
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.1/manifests/install.yaml
|