chore(k8s): rename enable-oidc -> setup-oidc-auth
This commit is contained in:
@@ -71,8 +71,8 @@ uninstall:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Enable k8s OIDC authentication
|
# Setup k8s OIDC authentication
|
||||||
enable-oidc:
|
setup-oidc-auth:
|
||||||
just env::check
|
just env::check
|
||||||
gomplate -f ./k3s/config.gomplate.yaml | \
|
gomplate -f ./k3s/config.gomplate.yaml | \
|
||||||
ssh ${LOCAL_K8S_HOST} "sudo tee /etc/rancher/k3s/config.yaml > /dev/null"
|
ssh ${LOCAL_K8S_HOST} "sudo tee /etc/rancher/k3s/config.yaml > /dev/null"
|
||||||
|
|||||||
Reference in New Issue
Block a user