From 7f9d9a36c77f2bd17494c1e80df395af8010608b Mon Sep 17 00:00:00 2001 From: Sergi Philipsen Date: Mon, 25 Nov 2024 14:29:30 +0100 Subject: [PATCH] Update values.yaml --- charts/frankframework/values.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/charts/frankframework/values.yaml b/charts/frankframework/values.yaml index 6268481..dffa5d3 100644 --- a/charts/frankframework/values.yaml +++ b/charts/frankframework/values.yaml @@ -153,13 +153,14 @@ envFrom: [] ## - name: frankframework-resources ## mountPath: "/opt/frank/resources/" ## items: -## - key: credentials.properties -## path: credentials.properties ## - key: resources.yml ## path: resources.yml ## stringData: -## credentials.properties: demo -## resources.yml: demo +## resources.yml: |- +## jdbc: +## - name: frank2example +## type: org.h2.jdbcx.JdbcDataSource +## url: jdbc:h2:mem:frank2example;NON_KEYWORDS=VALUE;DB_CLOSE_ON_EXIT=FALSE;DB_CLOSE_DELAY=-1;TRACE_LEVEL_FILE=0; ## ``` ## ## The following example will generate a credentials.properties file in the /opt/frank/secrets/ folder. @@ -215,7 +216,9 @@ generateConfigMap: [ ] ## e.g: generateSecret: ## - name: frankframework-resources ## mountPath: /opt/frank/resources/resources.yml -## subPath: resources.yml +## items: +## - key: resources.yml +## path: resources.yml ## stringData: ## resources.yml: |- ## jdbc: