You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding user management for standalone pgAdmin. When user is present in spec, reconcile loop will attempt to add or update it in pgAdmin as necessary, and the users.json file we keep in the pgadmin secret will be updated accordingly. Users removed from spec will be removed from users.json, but will not be deleted from pgAdmin. Add go and kuttl tests for this functionality. Move pod_client.go to controller/runtime package. Move PGADMIN_DIR value to a const.
0 commit comments