Skip to content

Commit

Permalink
fix: External secrets from vault (#297)
Browse files Browse the repository at this point in the history
This should fix that secrets failed to be populated from vault by kubernetes-external-secrets. The log of kubernetes-external-secrets showed errors like:
{"level":50,"time":1630943166224,"pid":17,"hostname":"kubernetes-external-secrets-7686994b8c-ldrwh","payload":{"response":{"statusCode":400,"body":{"errors":["invalid role name \"jx-vault\""]}}},"msg":"failure while polling the secret jx/lighthouse-hmac-token"}
  • Loading branch information
msvticket authored Sep 7, 2021
1 parent e342b9d commit ffbfb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vault/charts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ resource "helm_release" "vault-instance" {
chart = "vault-instance"
namespace = "jx-vault"
repository = "https://jenkins-x-charts.github.io/repo"
version = "1.0.20"
version = "1.0.21"
depends_on = [helm_release.vault-operator]
}

0 comments on commit ffbfb2c

Please sign in to comment.