We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451ca48 commit 4c0786fCopy full SHA for 4c0786f
2 files changed
deployment/helm/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
appVersion: v1.0.0
3
description: Well Known Service
4
name: well-known-service
5
-version: 1.0.2-tag
+version: 1.0.3
6
dependencies:
7
- name: library
8
version: 1.1.1
deployment/helm/templates/deployment.yaml
@@ -82,7 +82,7 @@ spec:
82
value: "{{ .Values.config.importer.git.interval }}"
83
{{- end}}
84
- name: WELLKNOWN_SERVICE_CREDENTIAL_CONFIGURATION_EXPIRATION
85
- value: {{ .Values.config.credential.configexpiration }}
+ value: "{{ .Values.config.credential.configexpiration }}"
86
{{- if .Values.config.importer.broadcast}}
87
- name: WELLKNOWN_SERVICE_CREDENTIAL_ISSUER_IMPORTER
88
value: BROADCAST
0 commit comments