Skip to content

Commit

Permalink
Move subscription into the cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Nov 19, 2024
1 parent 0e0cd98 commit 5df24fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
defaults:
region: {{ .ctx.region }}
# Subscriptions
serviceClusterSubscription: hcp-{{ .ctx.region }}
managementClusterSubscription: hcp-{{ .ctx.region }}
# Resourcegroups
globalRG: global

Expand All @@ -27,13 +24,15 @@ defaults:
externalDNSServiceAccountName: external-dns

svc:
subscription: hcp-{{ .ctx.region }}
rg: hcp-underlay-{{ .ctx.regionShort }}-svc
etcd:
kvName: arohcp-etcd-{{ .ctx.regionShort }}
kvSoftDelete: true

# MGMT cluster specifics
mgmt:
subscription: hcp-{{ .ctx.region }}
rg: hcp-underlay-{{ .ctx.regionShort }}-mgmt-{{ .ctx.stamp }}
etcd:
kvName: arohcp-etcd-{{ .ctx.regionShort }}-{{ .ctx.stamp }}
Expand Down

0 comments on commit 5df24fd

Please sign in to comment.