| commit | acfcb877582a481d84a9b461683266fd8e1148b2 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Sep 17 15:15:00 2025 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Oct 01 15:19:10 2025 +0200 |
| tree | 53d4b03bf52c141f4d612e0df7cc53fbbf692945 | |
| parent | a35a2ce762574ab234b51eb43e55e2350f65eba4 [diff] |
Fix issuerRef in NBI and NG-UI certificates to use ca-issuer as an Issuer Change-Id: I33fd6ac833518f3ba2ada5d9aa0264c59c29553c Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/helm/osm/templates/nbi/nbi-certificate.yaml b/installers/helm/osm/templates/nbi/nbi-certificate.yaml index afb5da5..ad42e93 100644 --- a/installers/helm/osm/templates/nbi/nbi-certificate.yaml +++ b/installers/helm/osm/templates/nbi/nbi-certificate.yaml
@@ -39,7 +39,7 @@ - "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 8e03fbf..ccc19ee 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 @@ - "client auth" issuerRef: name: ca-issuer - kind: ClusterIssuer + kind: Issuer group: cert-manager.io {{- end }} {{- end }}