Loading deploy/kubernetes/chart/templates/ingress/hostcert.yaml +4 −0 Original line number Diff line number Diff line {{- /* If we are asking for a certificate from cert-manager, we should not deploy our own becausue this will break upon redeployment. */ -}} {{- if not (hasKey .Values.ingress.annotations "cert-manager.io/cluster-issuer") -}} {{- $tls := .Values.ingress.tls -}} {{- if not $tls.secretName -}} apiVersion: v1 Loading @@ -16,3 +19,4 @@ data: tls.key: {{ $cert.Key | b64enc | quote }} {{- end }} {{- end -}} {{- end -}} Loading
deploy/kubernetes/chart/templates/ingress/hostcert.yaml +4 −0 Original line number Diff line number Diff line {{- /* If we are asking for a certificate from cert-manager, we should not deploy our own becausue this will break upon redeployment. */ -}} {{- if not (hasKey .Values.ingress.annotations "cert-manager.io/cluster-issuer") -}} {{- $tls := .Values.ingress.tls -}} {{- if not $tls.secretName -}} apiVersion: v1 Loading @@ -16,3 +19,4 @@ data: tls.key: {{ $cert.Key | b64enc | quote }} {{- end }} {{- end -}} {{- end -}}