chore(bootstrap): renamed cluster name to exclude typo
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user