Add Eclipse Che applications to kustomization.yaml for improved development workspace management. This update includes application-devworkspace, application-operator, and application-checluster resources, enhancing the deployment capabilities for the Noble cluster.
This commit is contained in:
28
clusters/noble/apps/eclipse-che/application-operator.yaml
Normal file
28
clusters/noble/apps/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