diff --git a/p3/argo-install.sh b/p3/argo-install.sh new file mode 100644 index 0000000..0299093 --- /dev/null +++ b/p3/argo-install.sh @@ -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 diff --git a/shell.nix b/shell.nix index b44d423..13ac8a6 100644 --- a/shell.nix +++ b/shell.nix @@ -6,10 +6,14 @@ pkgs.mkShell { nativeBuildInputs = with pkgs; [ # Tools vagrant - kubectl just ansible + # Kube sh*t + kubectl + k3d + minikube + # Virtual Machine nixos-generators ];