diff options
author | makefunstuff <[email protected]> | 2024-06-28 18:35:39 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 18:35:39 +0200 |
commit | 02703a96ecf343b793b02edbda97a54e186bf5b3 (patch) | |
tree | 3aa6962f0fce178235e1e3c226897641c892cb35 /scripts | |
parent | c6292662cd65ba74a15841c8e698e64bfbcc65cb (diff) | |
download | k3s-lab-02703a96ecf343b793b02edbda97a54e186bf5b3.tar.gz |
boom
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/add-apps | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/add-apps b/scripts/add-apps new file mode 100755 index 0000000..daa9ffd --- /dev/null +++ b/scripts/add-apps @@ -0,0 +1,5 @@ +#!/bin/bash + +set -e + +kubectl apply -f cd/monitoring.yaml |