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.
nodeSelector
tolerations
affinity
pre-delete-cleanup
1 parent 61e0655 commit e6ce90bCopy full SHA for e6ce90b
deploy/twingate-operator/templates/pre-delete-cleanup.yaml
@@ -24,5 +24,17 @@ spec:
24
- -c
25
- |
26
kubectl delete svc --cascade=foreground --timeout=30s --ignore-not-found -n {{ .Release.Namespace }} {{ $kubernetesAccessGatewayName }}
27
+ {{- with .Values.nodeSelector }}
28
+ nodeSelector:
29
+ {{- toYaml . | nindent 8 }}
30
+ {{- end }}
31
+ {{- with .Values.affinity }}
32
+ affinity:
33
34
35
+ {{- with .Values.tolerations }}
36
+ tolerations:
37
38
39
restartPolicy: Never
40
{{- end }}
0 commit comments