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 6cc6d41 + e20c2eb commit a662c7fCopy full SHA for a662c7f
memphis/templates/memphis-rest-gateway.yaml
@@ -109,6 +109,9 @@ spec:
109
{{- with .Values.nodeSelector }}
110
nodeSelector: {{ toYaml . | nindent 8 }}
111
{{- end }}
112
+ {{- with .Values.tolerations }}
113
+ tolerations: {{ toYaml . | nindent 8 }}
114
+ {{- end }}
115
116
{{- with .Values.memphis.tls }}
117
{{ $secretName := tpl .secret.name $ }}
version.conf
@@ -1 +1 @@
1
-1.4.2
+1.4.3
0 commit comments