From f431bb2f3b22e76492264e537f777a3367e101a5 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Sun, 17 Aug 2025 15:19:59 +0900 Subject: [PATCH] chore(k8s): rename enable-oidc -> setup-oidc-auth --- k8s/justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/justfile b/k8s/justfile index e55acea..d93a638 100644 --- a/k8s/justfile +++ b/k8s/justfile @@ -71,8 +71,8 @@ uninstall: exit 1 fi -# Enable k8s OIDC authentication -enable-oidc: +# Setup k8s OIDC authentication +setup-oidc-auth: just env::check gomplate -f ./k3s/config.gomplate.yaml | \ ssh ${LOCAL_K8S_HOST} "sudo tee /etc/rancher/k3s/config.yaml > /dev/null"