Skip to content

Commit

Permalink
fix(helm): vc expiration date
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Pinsel <[email protected]>
  • Loading branch information
DominikPinsel committed Jan 18, 2024
1 parent 2dd4370 commit e056108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
- name: APPLICATION_PORT
value: "8080"
- name: VC_EXPIRY_DATE
value: {{ (default .Values.miw.ssi.vcExpiryDate (printf "31-12-%s" (now | date "2006"))) | quote }}
value: {{ .Values.miw.ssi.vcExpiryDate | default (printf "31-12-%s" (now | date "2006")) | quote }}
{{- if or .Values.envs .Values.secrets }}
{{- range $key, $val := .Values.envs }}
- name: {{ $key }}
Expand Down

0 comments on commit e056108

Please sign in to comment.