From 62f0be9570342b6954df57414a6c17515d86f6fb Mon Sep 17 00:00:00 2001 From: Adw8 Date: Wed, 16 Oct 2024 15:45:26 +0530 Subject: [PATCH] Update wildcard manifests file --- .../templates/wildcard-pwa-example.yml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service-provider-setup/templates/wildcard-pwa-example.yml.j2 b/service-provider-setup/templates/wildcard-pwa-example.yml.j2 index 2326cd1..5b4b6f1 100644 --- a/service-provider-setup/templates/wildcard-pwa-example.yml.j2 +++ b/service-provider-setup/templates/wildcard-pwa-example.yml.j2 @@ -9,7 +9,7 @@ spec: name: letsencrypt-prod-wild kind: ClusterIssuer group: cert-manager.io - commonName: *.pwa.{{ full_domain }} + commonName: "*.pwa.{{ full_domain }}" dnsNames: - - pwa.{{ full_domain }} - - *.pwa.{{ full_domain }} + - "pwa.{{ full_domain }}" + - "*.pwa.{{ full_domain }}"