diff options
author | makefunstuff <[email protected]> | 2024-06-29 23:17:27 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 23:17:27 +0200 |
commit | 4defe72bf922e8e025e8558a2606d833f0a90e53 (patch) | |
tree | c541d03344d7da68f928cb9c7760db23cd628c66 /scripts | |
parent | 0b5656eaa25d59f5612b837a7b408eaa9fc9ca07 (diff) | |
download | k3s-lab-4defe72bf922e8e025e8558a2606d833f0a90e53.tar.gz |
add gitea
Diffstat (limited to '')
-rwxr-xr-x | scripts/add-apps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/add-apps b/scripts/add-apps index 0756434..ce96589 100755 --- a/scripts/add-apps +++ b/scripts/add-apps @@ -3,3 +3,4 @@ set -e kubectl apply -f cd/tools.yaml +kubectl apply -f cd/third-party-apps.yaml |