소스 검색

tolerations are an array

Grega Bremec 2 년 전
부모
커밋
9bcfac019b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deployment/exporter/base/daemonset.yml

+ 1 - 1
deployment/exporter/base/daemonset.yml

@@ -136,7 +136,7 @@ spec:
       terminationGracePeriodSeconds: 15
       # Need to adjust this whenever there are dedicated control plane or
       # other tainted nodes.
-      tolerations: {}
+      tolerations: []
       volumes:
         - name: metrics-shared-volume
           emptyDir: {}