Skip to content

Commit 9284f36

Browse files
authored
Merge pull request #364 from clemenko/master
Update registry-adapter-secret.yaml
2 parents 6557ede + 8b37617 commit 9284f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/core/templates/registry-adapter-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- if .Values.cve.adapter.enabled -}}
22
{{- if .Values.autoGenerateCert }}
33
{{- $cn := "neuvector" }}
4-
{{- $cert := genSelfSignedCert $cn nil (list $cn) (.Values.defaultValidityPeriod | int) -}}
4+
{{- $cert := genSelfSignedCert $cn nil (list $cn "neuvector-service-registry-adapter.cattle-neuvector-system.svc.cluster.local" "neuvector-service-registry-adapter") (.Values.defaultValidityPeriod | int) -}}
55
apiVersion: v1
66
kind: Secret
77
metadata:

0 commit comments

Comments
 (0)