Skip to content

Commit

Permalink
updating example.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Oct 22, 2018
1 parent 3f738fe commit f60c1e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit f60c1e4

Please sign in to comment.