Open JalisDiehl opened 2 months ago
postgresql.auth.generate
Sure, I reinstall everything and I generate de secrets for postgres...
database: encryptionMode: "disable" connectionPoolMin: "1" connectionPoolMax: "100" postgresql: auth: generate: false enablePostgresUser: true ingress: enabled: true ClassName: "nginx" hosts: - host: random-https paths: - path: / pathType: ImplementationSpecific tls: - secretName: random-https-tls hosts: - random-https annotations: cert-manager.io/cluster-issuer: letsencrypt-infra minio: apiIngress: hostname: random-https-s3 ingressClassName: nginx dex: enabled: true ingress: enabled: true className: "nginx" hosts: - host: random-https paths: - path: /dex pathType: ImplementationSpecific tls: - secretName: random-https-tls hosts: - random-https annotations: cert-manager.io/cluster-issuer: letsencrypt-infra resources: requests: cpu: 25m memory: 128Mi limits: memory: 128Mi config: storage: type: memory oauth2: responseTypes: [ "code" ] skipApprovalScreen: true alwaysShowLoginScreen: false connectors: - type: gitlab id: gitlab name: GitLab config: baseURL: https://gitlab.xxx.com.br # Credentials can be string literals or pulled from the environment. clientID: xxx clientSecret: xxxx-xxxx redirectURI: http://127.0.0.1:5556/dex/callback groups: - xxx useLoginAsID: false
but now the issue it seems to be connection to database:
π§ Describe the problem
We are trying to deploy helm chart outline As-Is and we are facing some issues
And I couldn't connect via shell on postgres
β Expected behavior
It works
π Minimal reproduction
helm install lrstanley/outline -f values.yaml
π Version: helm-charts
1.7.2
π₯ Version: Operating system
linux/ubuntu
β Additional context
π€ Requirements