adamant-kite-43734
07/30/2023, 8:22 PMbroad-dream-81849
07/31/2023, 10:36 AMepinio service show
command, so it's the x33d3de604f8682ca102ee497ffaf-postgresql.mynamespace.svc.cluster.local:5432
. Since the app is running in the same namespace you can actually just use x33d3de604f8682ca102ee497ffaf-postgresql:5432
if you want. 🙂
For the <http://servicebinding.io/postgresql|servicebinding.io/postgresql>
it's an interesting catch. From a quick look it should be fetched, so maybe it's a bug. If you want to file an issue for this specific case, maybe with an example, we will have a look at it. Otherwise I will do it.broad-dream-81849
07/31/2023, 10:41 AM--chart-value
option, see), and also you could fetch some info about the service chart from some metadata and customize your releses, with something like "{{ .Values.epinio.serviceName }}"
(see). So with some tweaks now you should be able to do almost "whatever" you want.