Skip to content

Commit b27aded

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 7991904 commit b27aded

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bootstrap/argo-cd/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: argocd
4-
components:
5-
- https://github.com/argoproj-labs/argocd-extensions/manifests
4+
# components: # Disaster Recovery
5+
# - https://github.com/argoproj-labs/argocd-extensions/manifests # Disaster Recovery
66
resources:
77
- github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17
8-
- https://raw.githubusercontent.com/argoproj-labs/rollout-extension/v0.3.3/manifests/install.yaml
8+
# - https://raw.githubusercontent.com/argoproj-labs/rollout-extension/v0.3.3/manifests/install.yaml # Disaster Recovery
99
#- argocd-notifications-secret-sealed.yaml # Disaster Recovery
1010
#- secrets.yaml # Disaster Recovery
1111
#- service-monitor.yaml # Disaster Recovery

0 commit comments

Comments
 (0)