Skip to content

Commit

Permalink
fix: update secret shares/threshold env vars to recovery (sethvargo#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulminator authored May 11, 2021
1 parent 1ed9f1d commit 2bffba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ resource "kubernetes_stateful_set" "vault" {
}

env {
name = "VAULT_SECRET_SHARES"
name = "VAULT_RECOVERY_SHARES"
value = var.vault_recovery_shares
}

env {
name = "VAULT_SECRET_THRESHOLD"
name = "VAULT_RECOVERY_THRESHOLD"
value = var.vault_recovery_threshold
}
}
Expand Down

0 comments on commit 2bffba8

Please sign in to comment.