Skip to content

Commit

Permalink
Update k8s.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Jan 5, 2024
1 parent d42eba4 commit b54c69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ resource "vault_auth_backend" "kubernetes" {
}

type = "kubernetes"
path = each.value["name"]
path = "michigan-${each.value["name"]}"

depends_on = [
kubernetes_secret.vault
Expand Down

0 comments on commit b54c69e

Please sign in to comment.