File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
e2e-tests/tests/custom-extensions Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 2222 - name : postgres-startup
2323 - command :
2424 - /usr/local/bin/relocate-extensions.sh
25- name : extension-relocator-16
2625 resources : {}
2726 volumeMounts :
2827 - mountPath : /pgdata
4544 envFrom :
4645 - secretRef :
4746 name : aws-s3-secret
48- name : extension-installer-16
4947 resources : {}
5048 volumeMounts :
5149 - mountPath : /pgdata
Original file line number Diff line number Diff line change 2222 - name : postgres-startup
2323 - command :
2424 - /usr/local/bin/relocate-extensions.sh
25- name : extension-relocator-16
2625 resources : {}
2726 volumeMounts :
2827 - mountPath : /pgdata
4544 envFrom :
4645 - secretRef :
4746 name : aws-s3-secret
48- name : extension-installer-16
4947 resources : {}
5048 volumeMounts :
5149 - mountPath : /pgdata
Original file line number Diff line number Diff line change 2424 - /usr/local/bin/relocate-extensions.sh
2525 env :
2626 - name : PG_VERSION
27- name : extension-relocator-16
2827 resources : {}
2928 volumeMounts :
3029 - mountPath : /pgdata
4746 envFrom :
4847 - secretRef :
4948 name : aws-s3-secret
50- name : extension-installer-16
5149 resources : {}
5250 volumeMounts :
5351 - mountPath : /pgdata
Original file line number Diff line number Diff line change 2020 spec :
2121 initContainers :
2222 - name : postgres-startup
23- - name : extension-relocator-16
24- - name : extension-installer-16
23+ - command :
24+ - /usr/local/bin/relocate-extensions.sh
25+ - command :
26+ - /usr/local/bin/install-extensions.sh
2527 - name : nss-wrapper-init
2628status :
2729 observedGeneration : 3
You can’t perform that action at this time.
0 commit comments