github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/charts/mungegithub/chart/values.kubernetes.docs.yaml (about) 1 secret: 2 webhook: github-secret 3 token: github-token 4 5 image: 6 repository: gcr.io/k8s-testimages/submit-queue 7 tag: latest 8 imagePullPolicy: Always 9 10 config: 11 # basic config options. 12 http-cache-dir: /cache/httpcache 13 organization: kubernetes 14 project: kubernetes.github.io 15 pr-mungers: blunderbuss 16 state: open 17 token-file: /etc/secret-volume/token 18 period: 2m 19 repo-dir: /gitrepos 20 github-key-file: /etc/hook-secret-volume/secret 21 enable-md-yaml: true 22 23 # munger specific options. 24 label-file: "/gitrepos/kubernetes.github.io/labels.yaml"