From 1a191044f0698b45884e11763402093082e05f6f Mon Sep 17 00:00:00 2001 From: bagnaram <11695670+bagnaram@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:03:59 -0600 Subject: [PATCH] fix: pod commonLabels (#168) --- charts/openfga/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/openfga/templates/deployment.yaml b/charts/openfga/templates/deployment.yaml index efcbf2c..cd276e0 100644 --- a/charts/openfga/templates/deployment.yaml +++ b/charts/openfga/templates/deployment.yaml @@ -26,6 +26,9 @@ spec: prometheus.io/port: "{{ (split ":" .Values.telemetry.metrics.addr)._1 }}" labels: {{- include "openfga.selectorLabels" . | nindent 8 }} + {{- with .Values.commonLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: