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
|
# PodTemplateSpec
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
|
containers: [] # suppress error
|
||||||
affinity:
|
affinity:
|
||||||
podAntiAffinity:
|
podAntiAffinity:
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
|
|
||||||
Reference in a new issue