From e455302033ee9aa4c92f59f3c57c6ce00878991b Mon Sep 17 00:00:00 2001 From: adjoly Date: Sun, 14 Sep 2025 19:02:10 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=8E=89=E3=80=8D=20init:=20starte?= =?UTF-8?q?d=20p3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- p3/argo-install.sh | 4 ++++ shell.nix | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 p3/argo-install.sh 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 ];