First commit
This commit is contained in:
parent
2e5aa6a504
commit
af03d7e1c4
25 changed files with 2035 additions and 0 deletions
8
scripts/update-templates.sh
Normal file
8
scripts/update-templates.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
git clone https://github.com/poseidon/typhoon.git
|
||||
typhoon/addons/prometheus
|
||||
|
||||
for i in $(ls rbac/*.yaml); do echo " - $i"; done
|
||||
for i in $(ls *.yaml); do echo " - $i"; done
|
||||
for i in $(ls discovery/*.yaml); do echo " - $i"; done
|
||||
for i in $(ls exporters/*/*.yaml); do echo " - $i"; done
|
||||
Loading…
Add table
Add a link
Reference in a new issue