mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
feat: set default kubernetes namespace
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
This commit is contained in:
parent
a64a041c86
commit
f3e3fe20a5
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
@ -29,6 +29,12 @@ jobs:
|
|||
with:
|
||||
node_image: kindest/node:v1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9
|
||||
cluster_name: posh
|
||||
- name: Create Kubernetes namespace
|
||||
run: |
|
||||
kubectl create ns demo
|
||||
- name: Set default Kubernetes namespace
|
||||
run: |
|
||||
kubectl config set-context posh --namespace demo
|
||||
- uses: azure/login@v1
|
||||
with:
|
||||
creds: ${{ secrets.AZURE_CREDENTIALS }}
|
||||
|
|
Loading…
Reference in a new issue