chore(bootstrap): renamed cluster name to exclude typo

This commit is contained in:
Daniël Groothuis
2025-10-23 11:04:34 +02:00
parent 2c93828903
commit 0860075eaa
10 changed files with 9 additions and 9 deletions

View File

@@ -4,14 +4,14 @@ metadata:
name: argocd
namespace: argocd
labels:
platform.dgse.cloud/cluster: artimis
platform.dgse.cloud/cluster: artemis
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: argocd
source:
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
path: manifests/artimis/argocd
path: manifests/artemis/argocd
targetRevision: HEAD
destination:
namespace: argocd

View File

@@ -1,17 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: artimis-cluster
name: artemis-cluster
namespace: argocd
labels:
platform.dgse.cloud/cluster: artimis
platform.dgse.cloud/cluster: artemis
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: argocd
source:
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
path: clusters/artimis
path: clusters/artemis
targetRevision: HEAD
destination:
namespace: argocd