From fca388cdb14fc667daa328692d7cbb4b542ad879 Mon Sep 17 00:00:00 2001
From: Siarhei Poliak <siarhei_poliak@epam.com>
Date: Wed, 8 May 2024 11:12:16 +0300
Subject: [PATCH] Removing unused service SA

---
 modules/osdu/files/templates/values.tpl | 1 -
 modules/osdu/values-tpl.tf              | 1 -
 2 files changed, 2 deletions(-)

diff --git a/modules/osdu/files/templates/values.tpl b/modules/osdu/files/templates/values.tpl
index 0987fdd36..d364071b8 100644
--- a/modules/osdu/files/templates/values.tpl
+++ b/modules/osdu/files/templates/values.tpl
@@ -94,7 +94,6 @@ gc_entitlements_deploy:
     bootstrapServiceAccountName: ${bootstrap_sa} # no default
     adminUserEmail: ${admin_email}
     airflowComposerEmail: ${airflow_sa}
-    registerPubsubIdentity: ${register_pubsub_id}
 # --- End of Entitlements values --- #
 
 # --- Crs-catalog values --- #
diff --git a/modules/osdu/values-tpl.tf b/modules/osdu/values-tpl.tf
index 24eeab17f..7629cbf40 100644
--- a/modules/osdu/values-tpl.tf
+++ b/modules/osdu/values-tpl.tf
@@ -32,7 +32,6 @@ resource "local_file" "helm_values" {
     # entitlements
     admin_email        = var.admin_user_email
     airflow_sa         = module.service_project_sa.hashmap_sa_names["airflow-sa"]
-    register_pubsub_id = module.service_project_sa.hashmap_sa_names["register-pubsub-identity"]
     schema_version     = var.schema_version
     schema_name        = var.schema_name
     # elastic
-- 
GitLab