mirror of https://git.rancher.io/charts
30 lines
683 B
YAML
30 lines
683 B
YAML
gitjob:
|
|
repository: rancher/gitjob
|
|
tag: v0.1.32-security1
|
|
|
|
tekton:
|
|
repository: rancher/tekton-utils
|
|
tag: v0.1.7
|
|
|
|
global:
|
|
cattle:
|
|
systemDefaultRegistry: ""
|
|
|
|
# http[s] proxy server
|
|
# proxy: http://<username>@<password>:<url>:<port>
|
|
|
|
# comma separated list of domains or ip addresses that will not use the proxy
|
|
noProxy: 127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,.svc,.cluster.local
|
|
|
|
## Node labels for pod assignment
|
|
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
|
##
|
|
nodeSelector: {}
|
|
## List of node taints to tolerate (requires Kubernetes >= 1.6)
|
|
tolerations: []
|
|
|
|
## PriorityClassName assigned to deployment.
|
|
priorityClassName: ""
|
|
|
|
debug: false
|