diff --git a/local-values/torna/values.yaml b/local-values/torna/values.yaml index 417ea57..d6796f7 100644 --- a/local-values/torna/values.yaml +++ b/local-values/torna/values.yaml @@ -14,7 +14,7 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -configuration: +configuration: |- server.port=7700 mysql.host=mysql-common:3306 mysql.username=root diff --git a/torna/templates/configmap.yaml b/torna/templates/configmap.yaml index 4d77700..5293124 100644 --- a/torna/templates/configmap.yaml +++ b/torna/templates/configmap.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: torna-config + name: torna-configZZ labels: app.kubernetes.io/component: torna-server {{- include "torna-server.labels" . | nindent 4 }}