| commit | 9c6d349f6c8cfb3a7cb6a972f40d30cd44a8042a | [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 15:18:40 2025 +0200 |
| tree | b6a3d396a449335417ff3a48097474c397fb424f | |
| parent | fa1e05f32fedb5b416ab5391bfa15a94c3eb4a3f [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 }}