mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add argocd to self manage
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: argocd-folder
|
||||||
|
namespace: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://github.com/rubenhensen/k8scd.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
path: argocd
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: argocd
|
||||||
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
||||||
|
prune: true
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# additional resources like ingress rules, cluster and repository secrets.
|
||||||
|
resources:
|
||||||
|
- github.com/argoproj/argo-cd//manifests/cluster-install?ref=stable
|
||||||
|
|
||||||
|
|
||||||
|
# changes to config maps
|
||||||
|
# patches:
|
||||||
|
# - path: overlays/argo-cd-cm.yaml
|
||||||
Reference in New Issue
Block a user