From f60c1e454dd745966bcf4fb908e64c496db40fc5 Mon Sep 17 00:00:00 2001 From: sami-alajrami Date: Mon, 22 Oct 2018 11:05:33 +0200 Subject: [PATCH] updating example.toml --- example.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/example.toml b/example.toml index 2055bc5d..23886836 100644 --- a/example.toml +++ b/example.toml @@ -21,8 +21,8 @@ # password = "$K8S_PASSWORD" # the name of an environment variable containing the k8s password # clusterURI = "$K8S_URI" # the name of an environment variable containing the cluster API # #clusterURI = "https://192.168.99.100:8443" # equivalent to the above - serviceAccount = "tiller" # k8s serviceaccount. If it does not exist, it will be created. - storageBackend = "secret" # default is configMap + # serviceAccount = "tiller" # k8s serviceaccount. If it does not exist, it will be created. + # storageBackend = "secret" # default is configMap # slackWebhook = "$slack" # or "your slack webhook url" # reverseDelete = false # reverse the priorities on delete @@ -74,9 +74,9 @@ protected = true priority= -3 wait = true - [apps.jenkins.setString] # values to override values from values.yaml with values from env vars or directly entered-- useful for passing secrets to charts - AdminPassword="$JENKINS_PASSWORD" # $JENKINS_PASSWORD must exist in the environment - MyLongIntVar="1234567890" + # [apps.jenkins.setString] # values to override values from values.yaml with values from env vars or directly entered-- useful for passing secrets to charts + # AdminPassword="$JENKINS_PASSWORD" # $JENKINS_PASSWORD must exist in the environment + # MyLongIntVar="1234567890" [apps.jenkins.set] AdminUser="admin"