Skip to content

Commit

Permalink
added hash for pod restart
Browse files Browse the repository at this point in the history
  • Loading branch information
amanpruthi committed Jul 12, 2024
1 parent 4dffc86 commit 249066b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ module "wandb" {
spec = {
values = {
global = {
pod = { labels = { "workload_hash": "${local.workload_hash}" } }
pod = { labels = { workload_hash: local.workload_hash } }
host = local.url
license = var.license

Expand Down

0 comments on commit 249066b

Please sign in to comment.