Skip to content

Commit

Permalink
openfga: fix labels
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Amsallem <[email protected]>
  • Loading branch information
flomonster committed Mar 6, 2025
1 parent 5cbf51b commit a1a70cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions templates/openfga/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ spec:
{{- include "osrd.selectorLabels.openfga" . | nindent 6 }}
template:
metadata:
labels:
{{- include "osrd.selectorLabels.openfga" . | nindent 8 }}
labels:
rollme: {{ randAlphaNum 5 | quote }}
{{- toYaml $mergedLabels | nindent 8 }}
annotations:
{{- toYaml $mergedAnnotations | nindent 8 }}
spec:
{{- with (.Values.imagePullSecrets | default list) }}
imagePullSecrets:
Expand Down

0 comments on commit a1a70cd

Please sign in to comment.