Skip to content

Commit

Permalink
Update additional_labels for blueprints (#506)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <[email protected]>
  • Loading branch information
andrewsykim committed Mar 29, 2024
1 parent 9df56e3 commit 97a9cd8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/jupyter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
description: Additional labels to add to Kubernetes resources.
varType: list(string)
defaultValue:
- created-by=ai-on-gke
- created-by=gke-ai-quick-start-solutions
- ai.gke.io=jupyter
- name: autopilot_cluster
varType: bool
Expand Down
2 changes: 1 addition & 1 deletion applications/rag/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
description: Additional labels to add to Kubernetes resources.
varType: list(string)
defaultValue:
- created-by=ai-on-gke
- created-by=gke-ai-quick-start-solutions
- ai.gke.io=rag
- name: autopilot_cluster
varType: string
Expand Down
6 changes: 6 additions & 0 deletions applications/ray/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ spec:
content: {}
interfaces:
variables:
- name: additional_labels
description: Additional labels to add to Kubernetes resources.
varType: list(string)
defaultValue:
- created-by=gke-ai-quick-start-solutions
- ai.gke.io=ray
- name: acknowledge
varType: bool
required: true
Expand Down

0 comments on commit 97a9cd8

Please sign in to comment.