Remove Eclipse Che application configurations and related documentation from the repository. This includes the deletion of application-checluster.yaml, application-devworkspace.yaml, application-operator.yaml, checluster.yaml, dwoc.yaml, kustomization.yaml, and README.md, streamlining the project by eliminating outdated resources.

This commit is contained in:
Nikholas Pcenicni
2026-04-01 01:21:32 -04:00
parent c15bf4d708
commit c312ceeb56
7 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# 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