Skip to content

Commit

Permalink
chart: add resource suffix to idportenclient
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Nov 14, 2024
1 parent f60cf79 commit 381ca1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/wonderwall/templates/idporten-idportenclient.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
apiVersion: nais.io/v1
kind: IDPortenClient
metadata:
{{- if .Values.resourceSuffix }}
name: {{ include "wonderwall.fullname" . }}-idporten-{{ .Values.resourceSuffix }}
{{- else }}
name: {{ include "wonderwall.fullname" . }}-idporten
{{- end }}
labels:
{{- include "wonderwall.labelsIdporten" . | nindent 4 }}
annotations:
Expand Down

0 comments on commit 381ca1d

Please sign in to comment.