Skip to content

Commit

Permalink
fix crt
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Jul 19, 2024
1 parent 4070100 commit a4bd74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/plgd-hub/templates/m2m-oauth-server/service-crt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ spec:
- {{ printf "%s.%s.svc.%s" $serviceDns .Release.Namespace .Values.cluster.dns | quote }}
- {{ $serviceDns | quote }}
{{- if .Values.m2moauthserver.service.grpc.crt.extraDnsNames }}
{{- toYaml .Values.m2moauthserver.service.grpc.crt.extraDnsNames | nindent 4}}
{{- toYaml .Values.m2moauthserver.service.grpc.crt.extraDnsNames | nindent 4 }}
{{- end }}
{{- if .Values.m2moauthserver.service.http.crt.extraDnsNames }}
{{- toYaml .Values.m2moauthserver.service.http.crt.extraDnsNames | nindent 4}}
{{- toYaml .Values.m2moauthserver.service.http.crt.extraDnsNames | nindent 4 }}
{{- end }}
duration: {{ .Values.certmanager.internal.cert.duration | default .Values.certmanager.default.cert.duration }}
renewBefore: {{ .Values.certmanager.internal.cert.renewBefore | default .Values.certmanager.default.cert.renewBefore }}
Expand Down

0 comments on commit a4bd74b

Please sign in to comment.