remove cluster role binding as it is not needed

This commit is contained in:
Gordon Sim 2025-06-05 16:33:32 +01:00
parent a996ce2af2
commit 1135af30cf

View file

@ -52,7 +52,6 @@ jobs:
run: |
kubectl create namespace llama-stack
kubectl create serviceaccount llama-stack-auth -n llama-stack
kubectl create rolebinding llama-stack-auth-rolebinding --clusterrole=admin --serviceaccount=llama-stack:llama-stack-auth -n llama-stack
kubectl create token llama-stack-auth -n llama-stack > llama-stack-auth-token
- name: Set Kubernetes Config