| commit | 5df9e83fa1e4d4428cf32ce675939eea77d6872a | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Sep 17 15:15:00 2025 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Sep 17 16:45:14 2025 +0200 |
| tree | 7b0c02a960cfd24d59ca33388c304604a5ff8739 | |
| parent | eadf37e4d3e3af689d9f7a8531eed1675b68c57b [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 }}