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.
1 parent 24bcd88 commit babda96Copy full SHA for babda96
charts/rollout-operator/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: rollout-operator
3
description: "Grafana rollout-operator"
4
type: application
5
-version: 0.33.1
+version: 0.33.2
6
appVersion: v0.29.0
7
home: https://github.com/grafana/rollout-operator
8
kubeVersion: ^1.10.0-0
charts/rollout-operator/templates/deployment.yaml
@@ -54,6 +54,9 @@ spec:
54
{{- if .Values.webhooks.enabled }}
55
- -server-tls.enabled=true
56
- -server-tls.self-signed-cert.secret-name={{ .Values.webhooks.selfSignedCertSecretName }}
57
+ {{- if .Values.fullnameOverride }}
58
+ - -server-tls.self-signed-cert.dns-name={{ include "rollout-operator.fullname" .}}.{{ .Release.Namespace }}.svc
59
+ {{- end }}
60
{{- end }}
61
{{- range .Values.extraArgs }}
62
- {{ . }}
0 commit comments