From 9ae8121d6f2dd46a54825242e9a1b1be36cc61c9 Mon Sep 17 00:00:00 2001 From: Angelo Sleebos Date: Fri, 9 Aug 2024 12:02:10 +0200 Subject: [PATCH] remove isCA --- charts/gxf/templates/certificate.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/charts/gxf/templates/certificate.yaml b/charts/gxf/templates/certificate.yaml index fd281cc..f1d4b60 100644 --- a/charts/gxf/templates/certificate.yaml +++ b/charts/gxf/templates/certificate.yaml @@ -29,8 +29,5 @@ spec: passwordSecretRef: name: keystore-password key: password - {{- if .isCA }} - isCA: true - {{- end }} --- {{- end }}