Skip to content

Commit

Permalink
Rename blueprint names to fit in limit
Browse files Browse the repository at this point in the history
  • Loading branch information
parulbajaj01 committed Jan 23, 2025
1 parent 8cbf066 commit 0fe1b54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/gke-managed-hyperdisk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
blueprint_name: gke-hyperdisk
blueprint_name: gke-managed-hyperdisk
vars:
project_id: ## Set GCP Project ID Here ##
deployment_name: gke-managed-hyperdisk
Expand Down
2 changes: 1 addition & 1 deletion examples/gke-managed-parallelstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
blueprint_name: gke-parallelstore
blueprint_name: gke-managed-parallelstore
vars:
project_id: ## Set GCP Project ID Here ##
deployment_name: gke-storage-managed-ps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
---
test_name: gke-managed-hyperdisk
deployment_name: gke-managed-hyperdisk-{{ build }}
deployment_name: gke-hyperdisk-{{ build }}
zone: europe-west1-b # for remote node
region: europe-west1
workspace: /workspace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
---
test_name: gke-managed-parallelstore
deployment_name: gke-managed-parallelstore-{{ build }}
deployment_name: gke-parallelstore-{{ build }}
zone: us-central1-a # for remote node
region: us-central1
workspace: /workspace
Expand Down

0 comments on commit 0fe1b54

Please sign in to comment.