Commit 7c105c3e authored by João Lino's avatar João Lino

Disable credentials and secrets.

parent 692c2a2b
...@@ -235,11 +235,11 @@ master: ...@@ -235,11 +235,11 @@ master:
# - | # - |
# print 'adding global pipeline libraries, register properties, bootstrap jobs...' # print 'adding global pipeline libraries, register properties, bootstrap jobs...'
# Kubernetes secret that contains a 'credentials.xml' for Jenkins # Kubernetes secret that contains a 'credentials.xml' for Jenkins
credentialsXmlSecret: jenkins-credentials #credentialsXmlSecret: jenkins-credentials
# Kubernetes secret that contains files to be put in the Jenkins 'secrets' directory, # Kubernetes secret that contains files to be put in the Jenkins 'secrets' directory,
# useful to manage encryption keys used for credentials.xml for instance (such as # useful to manage encryption keys used for credentials.xml for instance (such as
# master.key and hudson.util.Secret) # master.key and hudson.util.Secret)
secretsFilesSecret: jenkins-secrets #secretsFilesSecret: jenkins-secrets
# Jenkins XML job configs to provision # Jenkins XML job configs to provision
jobs: jobs:
# test: |- # test: |-
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment