Skip to content

Commit

Permalink
pinned workload-identity module to fix for sa bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hsachdevah committed Mar 6, 2024
1 parent 308fec0 commit b4ad60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/kuberay-operator/kuberay.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ resource "helm_release" "kuberay-operator" {

module "kuberay-workload-identity" {
source = "terraform-google-modules/kubernetes-engine/google//modules/workload-identity"
version = "30.0.0"
use_existing_gcp_sa = !var.create_service_account
name = var.google_service_account
namespace = var.namespace
Expand Down

0 comments on commit b4ad60a

Please sign in to comment.