github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/charts/mungegithub/chart/values.kubernetes.contrib.yaml (about)

     1  config:
     2    # basic config options.
     3    http-cache-dir: /cache/httpcache
     4    organization: kubernetes
     5    project: contrib
     6    # Make sure approval-handler and blunderbuss run before submit-queue.
     7    # Otherwise it's going to take an extra-cycle to detect the label change.
     8    pr-mungers: approval-handler,blunderbuss,lgtm-after-commit,submit-queue,needs-rebase
     9    state: open
    10    token-file: /etc/secret-volume/token
    11    period: 10s
    12    repo-dir: /gitrepos
    13    github-key-file: /etc/hook-secret-volume/secret
    14  
    15    # status contexts options.
    16    required-contexts: "continuous-integration/travis-ci/pr"
    17    required-retest-contexts: ""
    18    protected-branches-extra-contexts: "cla/linuxfoundation"
    19  
    20    # submit-queue options.
    21    protected-branches: "master"
    22    nonblocking-jobs: ""
    23    do-not-merge-milestones: ""
    24    admin-port: 9999
    25    context-url: https://contrib.submit-queue.k8s.io
    26  
    27    # munger specific options.
    28    label-file: "/gitrepos/contrib/labels.yaml"
    29  
    30    use-reviewers: true
    31    gate-approved: true
    32    gate-cla: true
    33  
    34  secret:
    35    webhook: github-secret
    36    token: github-token
    37  
    38  image:
    39    repository: gcr.io/k8s-testimages/submit-queue
    40    tag: latest
    41    imagePullPolicy: Always