Skip to content

Commit 0a90e66

Browse files
authored
Merge pull request #865 from lsst-it/IT-6034/ayekan-rke2
(ayekan) rke1 -> rke2 conversion
2 parents 625a74a + f9a01b2 commit 0a90e66

File tree

39 files changed

+87
-382
lines changed

39 files changed

+87
-382
lines changed

ayekan/external-secrets/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

ayekan/external-secrets/external-secrets.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

ayekan/external-secrets/fetch-credentials.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

ayekan/rke/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

ayekan/rke/Makefile

Lines changed: 0 additions & 1 deletion
This file was deleted.

ayekan/rke/cluster.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

fleet/lib/alertbit/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ config:
66
alertmanagers:
77
- static_configs:
88
- targets:
9-
- alertmanager.${ .ClusterName }.${ .ClusterLabels.site }.lsst.org
9+
- alertmanager.${ get .ClusterLabels "management.cattle.io/cluster-display-name" }.${ .ClusterLabels.site }.lsst.org
1010

1111
ingress:
1212
enabled: false

fleet/lib/blackbox-exporter/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ ingress:
9191
cert-manager.io/cluster-issuer: letsencrypt
9292
nginx.ingress.kubernetes.io/backend-protocol: HTTP
9393
hosts:
94-
- host: blackbox-exporter.${ .ClusterName }.${ .ClusterLabels.site }.lsst.org
94+
- host: blackbox-exporter.${ get .ClusterLabels "management.cattle.io/cluster-display-name" }.${ .ClusterLabels.site }.lsst.org
9595
paths:
9696
- path: /
9797
pathType: Prefix
9898
tls:
9999
- secretName: tls-blackbox-exporter-ingress
100100
hosts:
101-
- blackbox-exporter.${ .ClusterName }.${ .ClusterLabels.site }.lsst.org
101+
- blackbox-exporter.${ get .ClusterLabels "management.cattle.io/cluster-display-name" }.${ .ClusterLabels.site }.lsst.org
102102

103103
config:
104104
modules:

fleet/lib/external-secrets-conf/fleet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ helm:
1313
clusterSecretStores:
1414
onepassword:
1515
vaults:
16-
${ .ClusterName }.${ .ClusterLabels.site }: 1
16+
${ get .ClusterLabels "management.cattle.io/cluster-display-name" }.${ .ClusterLabels.site }: 1
1717
k8s-${ .ClusterLabels.site }: 2
1818
k8s-common: 3
1919
dependsOn:
@@ -35,7 +35,7 @@ targetCustomizations:
3535
onepassword:
3636
vaults:
3737
# helm merges the maps, so we need to remove the default 1 vault
38-
${ .ClusterName }.${ .ClusterLabels.site }: ~
38+
${ get .ClusterLabels "management.cattle.io/cluster-display-name" }.${ .ClusterLabels.site }: ~
3939
# it probaly would have been easier to name the vaults local.<site>...
4040
rancher.${ .ClusterLabels.site }: 1
4141
- name: oods-cluster

fleet/lib/fleet-conf/overlays/dev/gitrepo-ayekan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ spec:
1414
- name: ayekan
1515
clusterName: ayekan
1616
correctDrift:
17-
enabled: false # XXX do not enable because of rook
17+
enabled: true

0 commit comments

Comments
 (0)