We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 154f103 + 44f8c65 commit 0afefb5Copy full SHA for 0afefb5
1 file changed
charts/docker-mailserver/templates/deployment.yaml
@@ -14,6 +14,7 @@ metadata:
14
{{ end }}
15
spec:
16
replicas: {{ default 2 .Values.deployment.replicas }}
17
+ runtimeClassName: {{ .Values.runtimeClassName }}
18
selector:
19
matchLabels:
20
app: {{ template "dockermailserver.fullname" . }}
0 commit comments