Ivan Kolbasiuk
Ivan Kolbasiuk
Hi @rowanruseler. Here is our config. ```kind: Secret apiVersion: v1 metadata: name: pgadmin4-config type: Opaque stringData: config_local.py: |- MASTER_PASSWORD_REQUIRED = True AUTHENTICATION_SOURCES = ['oauth2'] OAUTH2_AUTO_CREATE_USER = True OAUTH2_CONFIG = [...
```# Default values for pgAdmin4. replicaCount: 1 ## pgAdmin4 container image ## image: registry: docker.io repository: dpage/pgadmin4 tag: "5.7" pullPolicy: IfNotPresent ## Deployment annotations annotations: {} service: type: ClusterIP port:...