ansible-role-k8s-grafana/scripts/update-templates.sh
2020-03-26 11:59:21 +01:00

5 lines
144 B
Bash

#!/usr/bin/env bash
git clone https://github.com/poseidon/typhoon.git
typhoon/addons/grafana
for i in $(ls *.yaml); do echo " - $i"; done