added repo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{{- if $.Values.server.enabled }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: "{{ include "temporal.fullname" $ }}-dynamic-config"
|
||||
labels:
|
||||
{{- include "temporal.resourceLabels" (list $ "" "") | nindent 4 }}
|
||||
data:
|
||||
dynamic_config.yaml: |-
|
||||
{{- if $.Values.server.dynamicConfig }}
|
||||
{{- toYaml .Values.server.dynamicConfig | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user