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 a67fe48 commit ea7c974Copy full SHA for ea7c974
charts/mysql-operator/templates/deployment.yaml
@@ -26,6 +26,9 @@ spec:
26
secret:
27
defaultMode: 420
28
secretName: "{{ template "webhook.name" . }}-certs"
29
+ - name: timezone
30
+ hostPath:
31
+ path: /etc/localtime
32
containers:
33
{{- if .Values.rbacProxy.create }}
34
- name: kube-rbac-proxy
@@ -42,6 +45,9 @@ spec:
42
45
ports:
43
46
- containerPort: 8443
44
47
name: https
48
+ volumeMounts:
49
50
+ mountPath: /etc/localtime
51
{{- end }}
52
- name: manager
53
@@ -52,6 +58,8 @@ spec:
58
- name: cert
59
mountPath: /tmp/k8s-webhook-server/serving-certs/
54
60
readOnly: true
61
62
55
63
command:
56
64
- /manager
57
65
args:
0 commit comments