tag
This commit is contained in:
parent
7e0cd37851
commit
0643d4fb08
@ -50,6 +50,10 @@ jobs:
|
||||
echo "${{ secrets.KUBE_CONFIG }}" | base64 -d > ~/.kube/config
|
||||
chmod 600 ~/.kube/config
|
||||
|
||||
- name: Check Config
|
||||
run: |
|
||||
cat ~/.kube/config
|
||||
|
||||
- name: Create ConfigMap for app files
|
||||
run: |
|
||||
kubectl create configmap hosting-frontend-files \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user