swarm
This commit is contained in:
11
helm/torna/templates/configmap.yaml
Normal file
11
helm/torna/templates/configmap.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: torna-config
|
||||
labels:
|
||||
app.kubernetes.io/component: torna-server
|
||||
{{- include "torna-server.labels" . | nindent 4 }}
|
||||
data:
|
||||
application.properties: |-
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.configuration "context" $) | nindent 4 }}
|
Reference in New Issue
Block a user