Fixing style tweak.

This commit is contained in:
Jeff Geerling 2020-05-25 11:27:12 -05:00
parent 6550be57be
commit f40d8410b3

View File

@ -73,7 +73,7 @@ local utils = import 'utils.libsonnet';
daemonset.mixin.spec.selector.withMatchLabels(podLabels) +
daemonset.mixin.spec.template.metadata.withLabels(podLabels) +
daemonset.mixin.spec.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTerms([{ matchExpressions: [{ key: 'kubernetes.io/arch', operator: 'In', values: ['arm', 'arm64'] }] }]) +
daemonset.mixin.spec.template.spec.withTolerations([{ operator: 'Exists' }]) +
daemonset.mixin.spec.template.spec.withTolerations([{ 'operator': 'Exists' }]) +
daemonset.mixin.spec.template.spec.withServiceAccountName('arm-exporter') +
daemonset.mixin.spec.template.spec.withContainers(c),