Skip to content

Commit

Permalink
Update configmap name so XPK provisioned jobs can find it
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitkinra committed Oct 30, 2024
1 parent 6e6829a commit 5fb21ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/examples/xpk-gke-a3-megagpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ deployment_groups:
settings:
apply_manifests:
- source: $(ghpc_stage("xpk-gke-a3-megagpu-files"))/config-map.yaml.tftpl
template_vars: {name: "xpk-gke-a3-megagpu-resources-configmap", num_nodes: "4"}
template_vars: {name: "$(vars.deployment_name)-resources-configmap", num_nodes: "4"}

0 comments on commit 5fb21ba

Please sign in to comment.