We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8c8ed commit a701356Copy full SHA for a701356
1 file changed
helm-chart/renku/templates/notebooks/deployment.yaml
@@ -1,3 +1,4 @@
1
+{{- if .Values.enableV1Services }}
2
apiVersion: apps/v1
3
kind: Deployment
4
metadata:
@@ -117,3 +118,4 @@ spec:
117
118
tolerations:
119
{{- toYaml . | nindent 8 }}
120
{{- end }}
121
+{{- end }}
0 commit comments