Skip to content

Commit

Permalink
fix: permission operator product name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Feb 19, 2024
1 parent 68b53b9 commit 972e834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/operator-permission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app: {{ include "app.fullname" . }}
{{ include "app.labels.common" $ | indent 4 }}
spec:
productName: {{ .Values.operator.permission.spec.productName | default .Release.Name }}
productName: {{ include "app.permission.product.name" $ }}
appId: {{ .Values.operator.permission.spec.appId | default (include "app.fullname" .) }}
name: {{ .Values.operator.permission.spec.name | default (include "app.fullname" .) }}
description: {{ .Values.operator.permission.spec.description | default (include "app.fullname" .) }}
Expand Down

0 comments on commit 972e834

Please sign in to comment.