Created
November 15, 2020 23:05
-
-
Save anatolijd/ed9dfb4a2aceabbd51436647531e4d15 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: CheckConfig | |
api_version: core/v2 | |
metadata: | |
name: read_secret | |
spec: | |
command: env|grep -i influx | |
env_vars: | |
- INFLUXDB_PASSWORD=strongpasshere | |
- INFLUXDB_USER=sensu-read | |
handlers: [] | |
publish: false | |
secrets: | |
subscriptions: | |
- secrets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment