1
0
Fork 0

feat: add argo-cd self-contained app

This commit is contained in:
Vojtěch Mareš 2023-11-16 08:18:46 +01:00
parent 3363ccd115
commit 3ad316c73d
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

27
bootstrap/argo-cd.yaml Normal file
View file

@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
labels:
app.kubernetes.io/name: argo-cd
name: argo-cd
namespace: argocd
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
ignoreDifferences:
- group: argoproj.io
jsonPointers:
- /status
kind: Application
project: default
source:
path: bootstrap/argo-cd
repoURL: https://github.com/vojtechmares/cthulhunetes-gitops.git
syncPolicy:
automated:
allowEmpty: true
prune: true
selfHeal: true
syncOptions:
- allowEmpty=true