Skip to content

Commit

Permalink
Fix regression for kuberay-operator token mounting (#322)
Browse files Browse the repository at this point in the history
Introduced in #303
  • Loading branch information
artemvmin authored and umeshkumhar committed Mar 11, 2024
1 parent ac38c58 commit 02bcdd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/kuberay-operator/kuberay.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ module "kuberay-workload-identity" {
namespace = var.namespace
project_id = var.project_id
roles = ["roles/cloudsql.client", "roles/monitoring.viewer"]
depends_on = [helm_release.kuberay-operator]

automount_service_account_token = true

depends_on = [helm_release.kuberay-operator]
}

resource "kubernetes_secret_v1" "service_account_token" {
Expand Down

0 comments on commit 02bcdd8

Please sign in to comment.