Ankit
09/17/2023, 11:19 AMcoalesce.go:223: warning: destination for prefect-server.postgresql.auth.existingSecret is a table. Ignoring non-table value ()
Error: INSTALLATION FAILED: Deployment.apps "prefect-server" is invalid: spec.template.spec.containers[0].env[3].valueFrom.secretKeyRef.name: Invalid value: "map[connection-string:postgresql+asyncpg://{username}:{password}@{hostname}/{database_name} password:{password}]": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. '<http://example.com|example.com>', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
Can someone please help? I am using an external postgres dbSerina
09/18/2023, 7:30 PMsecretKeyRef.name
need to be something like “my-db” while secretKeyRef.key
would be the db url if that’s the secret?Ankit
09/20/2023, 3:41 AM