Skip to content

Commit

Permalink
Revert "Fix for updating HC_NAME"
Browse files Browse the repository at this point in the history
This reverts commit 55a2c4c.
  • Loading branch information
veera-damisetti committed Mar 29, 2024
1 parent 2c2c252 commit 5b707d9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ ref:
documentation: "Base domain for hosted cluster"
- name: HYPERSHIFT_NODE_COUNT
documentation: "The number of ibmz nodes to join the agent cluster"
- name: HC_NAME
documentation: "Hosted Cluster name"
- name: HC_NS
documentation: "Hosted Cluster namespace"
- name: AGENT_IBMZ_CREDENTIALS
Expand Down Expand Up @@ -42,4 +44,4 @@ ref:
dependencies:
- env: OCP_IMAGE_MULTI
name: release:multi-latest


Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ref:
documentation: "IBM Cloud CLI version"
- name: IC_REGION
documentation: "IBM Cloud Region"
- name: HC_NAME
documentation: "Hosted Cluster name"
- name: HC_NS
documentation: "Hosted Cluster namespace"
- name: ZVSI_IMAGE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ref:
documentation: "Base domain for hosted cluster"
- name: HYPERSHIFT_NODE_COUNT
documentation: "The number of ibmz nodes to join the agent cluster"
- name: HC_NAME
documentation: "Hosted Cluster name"
- name: HC_NS
documentation: "Hosted Cluster namespace"
commands: hypershift-mce-ibmz-destroy-hcp-commands.sh
Expand All @@ -15,4 +17,4 @@ ref:
requests:
cpu: 100m
memory: 100Mi
timeout: 1h
timeout: 1h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ref:
documentation: "IBM Cloud CLI version"
- name: IC_REGION
documentation: "IBM Cloud Region"
- name: HC_NAME
documentation: "Hosted Cluster name"
- name: HC_NS
documentation: "Hosted Cluster namespace"
- name: AGENT_IBMZ_CREDENTIALS
Expand All @@ -29,4 +31,4 @@ ref:
dependencies:
- env: OCP_IMAGE_MULTI
name: release:multi-latest


0 comments on commit 5b707d9

Please sign in to comment.