K8S tolerations should contain list instead of object (#155)
Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
This commit is contained in:
parent
fd5a3e3896
commit
361ea8d13d
3 changed files with 11 additions and 11 deletions
|
|
@ -72,7 +72,7 @@ controller:
|
|||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
tolerations: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
priorityClassName: ""
|
||||
|
|
@ -143,7 +143,7 @@ dex:
|
|||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
tolerations: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
priorityClassName: ""
|
||||
|
|
@ -173,7 +173,7 @@ redis:
|
|||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
tolerations: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
priorityClassName: ""
|
||||
|
|
@ -240,7 +240,7 @@ server:
|
|||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
tolerations: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
priorityClassName: ""
|
||||
|
|
@ -445,7 +445,7 @@ repoServer:
|
|||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
tolerations: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
priorityClassName: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue