Skip to content

Allow using params from environment variables #15

Description

@kasvith
# Sample griffin file

services:
  - name: Foo Web Service
    host: $FOO_HOST
    health:
      - method: http
        endpoint: /status
        port: 4040
        interval: 1h
      - method: ping
  - name: Bar Web Service
    host: bar.example.com
    health:
      - method: http
        endpoint: /statuz
        interval: 15s
      - method: ping
        interval: 30ms
alerts:
  - type: Email
    from: griffin@foo.com
    to: webmaster@foo.com
  - type: Webhook
    url: $WEBHOOK_URL

Need to expand the environment variables

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions