This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Default values for jenkins. | |
# This is a YAML-formatted file. | |
# Declare name/value pairs to be passed into your templates. | |
# name: value | |
## Overrides for generated resource names | |
# See templates/_helpers.tpl | |
# nameOverride: | |
# fullnameOverride: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jenkins: | |
agentProtocols: | |
- "JNLP4-connect" | |
- "Ping" | |
authorizationStrategy: | |
loggedInUsersCanDoAnything: | |
allowAnonymousRead: false | |
clouds: | |
- kubernetes: | |
containerCapStr: "10" |