github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/charts/mungegithub/chart/values.kubernetes.website.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: website
    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/website/labels.yaml"