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 3e1cd8a commit 4d24e5eCopy full SHA for 4d24e5e
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