acto
acto copied to clipboard
Changes in Acto for running tests on kubeblocks postgresql operator
Mainly 3 changes -
- Added scope for running
kubectl create -f filealong with apply and wait commands. - Removed server-side flag while running
kubectl applysince that prevented kubeblocks addon extensions from being deployed successfully - Added a folder with some useful data for the kubeblocks postgresql operator (similar to other operators present in the data folder)
@raunaks13 Thanks for the PR!
Could you break the PR into two or even three? Each PR should focus on a small thing and only one thing at a time.
#3 is apparently different from #1 and #2.
I'm not sure if #1 and #2 are correlated or not.
I met with the same issues caused by server-side flags. But there are cases in which a server-side flag is necessary.
Regarding 2, I have an idea of adding an option "server-side": true/false (default to true) to control the flag manually.