We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handle envirement vars *.yml files dose not handle envirement from docker
Environment
receivers: - name: 'telegram' telegram_configs: - send_resolved: true api_url: 'https://api.telegram.org' bot_token: '123456:ASDFGH-:LKHHGFGD-WERWERWER' chat_id: 12345 parse_mode: 'Markdown'
For example
receivers: - name: 'telegram' telegram_configs: - send_resolved: true api_url: 'https://api.telegram.org' bot_token: ${TELEGRAM_TOKEN} chat_id: ${TELEGRAM_ADMIN} parse_mode: 'Markdown'
docker-compose.yml
alertmanager: image: prom/alertmanager ports: - 9093:9093 environment: - TELEGRAM_ADMIN=12345 - TELEGRAM_TOKEN='123456:ASDFGH-:LKHHGFGD-WERWERWER'
The text was updated successfully, but these errors were encountered:
Duplicate of #504
#2498 tries to solve the problem with secret files
Sorry, something went wrong.
No branches or pull requests
handle envirement vars
*.yml files dose not handle envirement from docker
Environment
For example
docker-compose.yml
The text was updated successfully, but these errors were encountered: