diff --git a/charts/vdp/templates/_helpers.tpl b/charts/vdp/templates/_helpers.tpl index 7623c56a0..a39e883c7 100644 --- a/charts/vdp/templates/_helpers.tpl +++ b/charts/vdp/templates/_helpers.tpl @@ -104,6 +104,10 @@ app.kubernetes.io/name: {{ include "vdp.name" . }} {{- print "core-mgmt-backend" -}} {{- end -}} +{{- define "core.openfga" -}} + {{- printf "%s-openfga" (include "core.fullname" .) -}} +{{- end -}} + {{- define "vdp.pipelineBackend" -}} {{- printf "%s-pipeline-backend" (include "vdp.fullname" .) -}} {{- end -}} diff --git a/charts/vdp/templates/pipeline-backend/configmap.yaml b/charts/vdp/templates/pipeline-backend/configmap.yaml index 9e07738de..cccf6271c 100644 --- a/charts/vdp/templates/pipeline-backend/configmap.yaml +++ b/charts/vdp/templates/pipeline-backend/configmap.yaml @@ -86,3 +86,6 @@ data: otelcollector: host: {{ template "core.otel" . }} port: {{ template "core.otel.port" . }} + openfga: + host: {{ template "core.openfga" . }} + port: 8080