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.
1 parent b1a6f50 commit 599fe76Copy full SHA for 599fe76
kubernetes/charts/weblogic-operator/templates/_operator-dep.tpl
@@ -263,11 +263,11 @@ spec:
263
type: RuntimeDefault
264
{{- with .nodeSelector }}
265
nodeSelector:
266
- {{- toYaml . | nindent 8 }}
+ {{- toYaml . | nindent 12 }}
267
{{- end }}
268
{{- with .affinity }}
269
affinity:
270
271
272
containers:
273
- name: "weblogic-operator-webhook"
0 commit comments