Skip to content

Commit

Permalink
Merge pull request #19 from mhjacks/main
Browse files Browse the repository at this point in the history
Standardize on store-raleigh as edge cluster name
  • Loading branch information
mhjacks committed Jan 17, 2024
2 parents cdc7bee + 2476a01 commit c32df53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ clusterGroup:

managedClusterGroups:
raleigh:
name: raleigh
name: store-raleigh
helmOverrides:
# Values must be strings!
- name: clusterGroup.isHubCluster
value: "false"
clusterSelector:
matchLabels:
clusterGroup: raleigh
clusterGroup: store-raleigh
matchExpressions:
- key: vendor
operator: In
Expand Down
5 changes: 1 addition & 4 deletions values-store-raleigh.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
clusterGroup:
name: store-atlanta
# Note: setting this to true stores the vault unseal keys inside a cluster secret and
# is fundamentally insecure
insecureUnsealVaultInsideCluster: true
name: store-raleigh

namespaces:
- landing-page
Expand Down

0 comments on commit c32df53

Please sign in to comment.