Skip to content

Commit

Permalink
Modify the default longhaul clusters' names. (#203)
Browse files Browse the repository at this point in the history
Move the purpose of the longhaul to a suffix to make it
more clear when hosting multiple LH in the same subscription or
resource group.

Signed-off-by: Tiago Alves Macambira <[email protected]>
  • Loading branch information
tmacam authored Oct 26, 2023
1 parent e2e3a83 commit 886ae5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/aks/parameters-longhaul-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"clusterName": {
"value": "aks-release-longhaul"
"value": "aks-longhaul-release"
},
"shortClusterPrefixId": {
"value": "rel"
Expand Down
2 changes: 1 addition & 1 deletion deploy/aks/parameters-longhaul-weekly.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"clusterName": {
"value": "aks-weekly-longhaul"
"value": "aks-longhaul-weekly"
},
"shortClusterPrefixId": {
"value": "wek"
Expand Down

0 comments on commit 886ae5b

Please sign in to comment.