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:
28
clusters/noble/wip/eclipse-che/application-operator.yaml
Normal file
28
clusters/noble/wip/eclipse-che/application-operator.yaml
Normal 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
|
||||
Reference in New Issue
Block a user