fix(postgres): add required field containers=[] to pooler
- required to suppress error from apiserver
This commit is contained in:
parent
263170b713
commit
6c45691240
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ spec:
|
|||
# PodTemplateSpec
|
||||
template:
|
||||
spec:
|
||||
containers: [] # suppress error
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
|
|
|
|||
Reference in a new issue