From 68f5b03f97cad572eb57844604c403be499e1283 Mon Sep 17 00:00:00 2001 From: Cory Latschkowski Date: Tue, 27 Feb 2024 09:32:54 -0600 Subject: [PATCH] update: change ns edit to admin access (#63) --- .../ibm-common-services/charts/tenant-projects/values.yaml | 2 +- .../osdu-service-mesh/charts/tenant-projects/values.yaml | 2 +- tenants/hou-edge/osdu/charts/tenant-projects/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tenants/hou-edge/ibm-common-services/charts/tenant-projects/values.yaml b/tenants/hou-edge/ibm-common-services/charts/tenant-projects/values.yaml index 1197db6..fffe7a6 100644 --- a/tenants/hou-edge/ibm-common-services/charts/tenant-projects/values.yaml +++ b/tenants/hou-edge/ibm-common-services/charts/tenant-projects/values.yaml @@ -12,6 +12,6 @@ gitops-tenant: namespaces: - nameSuffix: "" role: dev - adminGroupRole: edit + adminGroupRole: admin annotations: openshift.io/display-name: IBM Common Services diff --git a/tenants/hou-edge/osdu-service-mesh/charts/tenant-projects/values.yaml b/tenants/hou-edge/osdu-service-mesh/charts/tenant-projects/values.yaml index e6b2f97..cb2e945 100644 --- a/tenants/hou-edge/osdu-service-mesh/charts/tenant-projects/values.yaml +++ b/tenants/hou-edge/osdu-service-mesh/charts/tenant-projects/values.yaml @@ -12,6 +12,6 @@ gitops-tenant: namespaces: - nameSuffix: "" role: dev - adminGroupRole: edit + adminGroupRole: admin annotations: openshift.io/display-name: OSDU Service Mesh diff --git a/tenants/hou-edge/osdu/charts/tenant-projects/values.yaml b/tenants/hou-edge/osdu/charts/tenant-projects/values.yaml index 71a7d5e..0e6ba5a 100644 --- a/tenants/hou-edge/osdu/charts/tenant-projects/values.yaml +++ b/tenants/hou-edge/osdu/charts/tenant-projects/values.yaml @@ -12,6 +12,6 @@ gitops-tenant: namespaces: - nameSuffix: "" role: dev - adminGroupRole: edit + adminGroupRole: admin annotations: openshift.io/display-name: OSDU