Khuman2
Khuman2
Hello! I'm trying without success to clone a new PostgreSQL cluster managed by Zalando operator v1.10.0. I use AWS + S3 + IAM Roles. Backups work fine and I can...
I use the module: ```yaml module "gitlab-runner-workload-identity" { source = "terraform-google-modules/kubernetes-engine/google//modules/workload-identity" version = "36.3.0" use_existing_k8s_sa = true cluster_name = var.cluster_name location = var.region name = kubernetes_service_account.gitlab_runner.metadata[0].name namespace = kubernetes_service_account.gitlab_runner.metadata[0].namespace project_id...