Files
nixos/manifests/apply.sh
T

15 lines
311 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# Get the directory where the script is located
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# Change to the script directory
cd "$SCRIPT_DIR"
kubectl apply -k namespaces
2025-05-27 19:16:11 -05:00
kubectl apply -f helm/flux.yaml
2025-05-26 17:10:01 -05:00
sleep 5
2025-05-27 19:16:11 -05:00
kubectl apply -k helm
2025-05-26 17:10:01 -05:00
sleep 5
2025-05-27 19:16:11 -05:00
kubectl apply .