This commit is contained in:
parent
47b3c857c8
commit
e0757bfb16
@ -21,10 +21,10 @@ jobs:
|
|||||||
run: echo ${{ secrets.BASIC_AUTH }} > auth
|
run: echo ${{ secrets.BASIC_AUTH }} > auth
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: cat auth
|
run: kubectl create secret -n default generic basic-auth --from-file=auth
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: kubectl get pods
|
run: rm auth
|
||||||
|
|
||||||
# - uses: azure/k8s-create-secret@v2
|
# - uses: azure/k8s-create-secret@v2
|
||||||
# with:
|
# with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user