From 5df9e83fa1e4d4428cf32ce675939eea77d6872a Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 17 Sep 2025 15:15:00 +0200 Subject: [PATCH] Fix issuerRef in NBI and NG-UI certificates to use ca-issuer as an Issuer Change-Id: I33fd6ac833518f3ba2ada5d9aa0264c59c29553c Signed-off-by: garciadeblas --- installers/helm/osm/templates/nbi/nbi-certificate.yaml | 2 +- installers/helm/osm/templates/ng_ui/ngui-certificate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/helm/osm/templates/nbi/nbi-certificate.yaml b/installers/helm/osm/templates/nbi/nbi-certificate.yaml index afb5da5b..ad42e93e 100644 --- a/installers/helm/osm/templates/nbi/nbi-certificate.yaml +++ b/installers/helm/osm/templates/nbi/nbi-certificate.yaml @@ -39,7 +39,7 @@ spec: - "client auth" issuerRef: name: ca-issuer - kind: ClusterIssuer + kind: Issuer group: cert-manager.io {{- end }} {{- end }} diff --git a/installers/helm/osm/templates/ng_ui/ngui-certificate.yaml b/installers/helm/osm/templates/ng_ui/ngui-certificate.yaml index 8e03fbf1..ccc19ee8 100644 --- a/installers/helm/osm/templates/ng_ui/ngui-certificate.yaml +++ b/installers/helm/osm/templates/ng_ui/ngui-certificate.yaml @@ -39,7 +39,7 @@ spec: - "client auth" issuerRef: name: ca-issuer - kind: ClusterIssuer + kind: Issuer group: cert-manager.io {{- end }} {{- end }} -- 2.25.1