We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6557ede + 8b37617 commit 9284f36Copy full SHA for 9284f36
charts/core/templates/registry-adapter-secret.yaml
@@ -1,7 +1,7 @@
1
{{- if .Values.cve.adapter.enabled -}}
2
{{- if .Values.autoGenerateCert }}
3
{{- $cn := "neuvector" }}
4
-{{- $cert := genSelfSignedCert $cn nil (list $cn) (.Values.defaultValidityPeriod | int) -}}
+{{- $cert := genSelfSignedCert $cn nil (list $cn "neuvector-service-registry-adapter.cattle-neuvector-system.svc.cluster.local" "neuvector-service-registry-adapter") (.Values.defaultValidityPeriod | int) -}}
5
apiVersion: v1
6
kind: Secret
7
metadata:
0 commit comments