File tree Expand file tree Collapse file tree
helm/temporal-worker-controller/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 capabilities :
9898 drop :
9999 - " ALL"
100- image : gcr .io/kubebuilder/kube-rbac-proxy:v0.14.1
100+ image : registry.k8s .io/kubebuilder/kube-rbac-proxy:v0.14.1
101101 args :
102102 - " --secure-listen-address=0.0.0.0:8443"
103103 - --upstream=http://127.0.0.1:{{ .Values.metrics.port }}/
@@ -124,4 +124,12 @@ spec:
124124 secretName : webhook-server-cert
125125 {{- end }}
126126 serviceAccountName : {{ .Values.serviceAccount.name | default (printf "%s-service-account" .Release.Name) }}
127- terminationGracePeriodSeconds : {{ .Values.terminationGracePeriodSeconds }}
127+ terminationGracePeriodSeconds : {{ .Values.terminationGracePeriodSeconds }}
128+ {{- with .Values.nodeSelector }}
129+ nodeSelector :
130+ {{- toYaml . | nindent 8 }}
131+ {{- end }}
132+ {{- with .Values.tolerations }}
133+ tolerations :
134+ {{- toYaml . | nindent 8 }}
135+ {{- end }}
You can’t perform that action at this time.
0 commit comments