...

Text file src/edge-infra.dev/config/pallets/f8n/dev-infra/policy-bot/base/configmap.yaml

Documentation: edge-infra.dev/config/pallets/f8n/dev-infra/policy-bot/base

     1apiVersion: v1
     2kind: ConfigMap
     3metadata:
     4  name: policy-bot
     5data:
     6  policy-bot.yml: |
     7    github:
     8      app:
     9        integration_id: 935645
    10      v3_api_url: https://api.github.com
    11      v4_api_url: https://api.github.com/graphql
    12      web_url: https://github.com
    13    logging:
    14      level: debug
    15      text: false
    16    options:
    17      policy_path: .github/policy-bot.yaml
    18      status_check_context: mergeable
    19    server:
    20      address: 0.0.0.0
    21      port: 8080
    22      public_url: https://policy-bot.${domain}

View as plain text