🎉」 init: started p3

This commit is contained in:
2025-09-14 19:02:10 +02:00
parent bfe9337243
commit e455302033
2 changed files with 9 additions and 1 deletions

4
p3/argo-install.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env sh
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

View File

@ -6,10 +6,14 @@ pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
# Tools # Tools
vagrant vagrant
kubectl
just just
ansible ansible
# Kube sh*t
kubectl
k3d
minikube
# Virtual Machine # Virtual Machine
nixos-generators nixos-generators
]; ];