Files
home-server/clusters/noble/wip/eclipse-che/application-operator.yaml

29 lines
735 B
YAML

# Eclipse Che operator (Helm) — sync wave 1 (after DevWorkspace CRDs/controller).
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: eclipse-che-operator
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
finalizers:
- resources-finalizer.argocd.argoproj.io/background
spec:
project: default
source:
repoURL: https://eclipse-che.github.io/che-operator/charts
chart: eclipse-che
targetRevision: 7.116.0
helm:
releaseName: eclipse-che
destination:
server: https://kubernetes.default.svc
namespace: eclipse-che
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true