jsonnet: code cleanup

This commit is contained in:
paulfantom
2021-11-01 11:30:35 +01:00
parent 96430c94d3
commit 40e0687203
6 changed files with 26 additions and 18 deletions

View File

@@ -209,7 +209,9 @@ function(params) {
kind: 'DaemonSet',
metadata: ne._metadata,
spec: {
selector: { matchLabels: ne._config.selectorLabels },
selector: {
matchLabels: ne._config.selectorLabels
},
updateStrategy: {
type: 'RollingUpdate',
rollingUpdate: { maxUnavailable: '10%' },