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:
27
clusters/noble/wip/eclipse-che/application-checluster.yaml
Normal file
27
clusters/noble/wip/eclipse-che/application-checluster.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
# CheCluster CR — sync wave 2 (operator must be Ready to reconcile).
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: eclipse-che-cluster
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "2"
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io/background
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitea.pcenicni.ca/gsdavidp/home-server.git
|
||||
targetRevision: HEAD
|
||||
path: clusters/noble/apps/eclipse-che
|
||||
directory:
|
||||
include: checluster.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: eclipse-che
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
Reference in New Issue
Block a user