Skip to content

Commit 8036689

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent c586f76 commit 8036689

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

bootstrap/argo-cd/kustomization.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ patches:
4343
- op: replace
4444
path: /spec/template/spec/initContainers/0/imagePullPolicy
4545
value: IfNotPresent
46-
- patch: |-
47-
apiVersion: v1
48-
kind: Secret
49-
type: Opaque
50-
metadata:
51-
name: argocd-notifications-secret
52-
annotations:
53-
sealedsecrets.bitnami.com/managed: "true"
54-
- path: argocd-notifications-cm.yaml
46+
# - patch: |- # Comment on Disaster Recovery
47+
# apiVersion: v1 # Comment on Disaster Recovery
48+
# kind: Secret # Comment on Disaster Recovery
49+
# type: Opaque # Comment on Disaster Recovery
50+
# metadata: # Comment on Disaster Recovery
51+
# name: argocd-notifications-secret # Comment on Disaster Recovery
52+
# annotations: # Comment on Disaster Recovery
53+
# sealedsecrets.bitnami.com/managed: "true" # Comment on Disaster Recovery
54+
# - path: argocd-notifications-cm.yaml # Comment on Disaster Recovery
5555
configMapGenerator:
5656
- name: argocd-cmd-params-cm
5757
behavior: merge

0 commit comments

Comments
 (0)