Skip to content

Commit

Permalink
folder id to string
Browse files Browse the repository at this point in the history
  • Loading branch information
cartyc committed Aug 22, 2023
1 parent d667a3f commit 40813c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solutions/vertexai/ai-experimentation/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ spec:
billingAccountRef:
external: "AAAAAA-BBBBBB-CCCCCC" # kpt-set: ${project-billing-id}
folderRef:
external: project-parent-folder # kpt-set: ${project-parent-folder}
external: "0000000" # kpt-set: ${project-parent-folder}
---
2 changes: 1 addition & 1 deletion solutions/vertexai/ai-experimentation/setters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ data:
project-id: client-project-12345
# Billing Account ID to be associated with this project
project-billing-id: "AAAAAA-BBBBBB-CCCCCC"
# GCP folder to use as parent to this project, lowercase K8S resource name
# GCP folder to use as parent to this project, use folder ID.
project-parent-folder: "00000000"
namespace: projects # change to <clientname>-projects if not using an experimental landing zone
#
Expand Down

0 comments on commit 40813c6

Please sign in to comment.