Commit 7d72652b authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

add beekeeper.yaml to workflows (#1039)

parent 312ef616
...@@ -94,6 +94,7 @@ jobs: ...@@ -94,6 +94,7 @@ jobs:
run: | run: |
mkdir -p ~/.kube mkdir -p ~/.kube
cp $(k3d get-kubeconfig --name='k3s-default') ~/.kube/config cp $(k3d get-kubeconfig --name='k3s-default') ~/.kube/config
echo "kubeconfig: ${HOME}/.kube/config" > ~/.beekeeper.yaml
- name: Increase REPLICA to 5 - name: Increase REPLICA to 5
run: | run: |
echo "REPLICA=5" >> $GITHUB_ENV echo "REPLICA=5" >> $GITHUB_ENV
......
...@@ -34,6 +34,7 @@ jobs: ...@@ -34,6 +34,7 @@ jobs:
run: | run: |
mkdir -p ~/.kube mkdir -p ~/.kube
cp $(k3d get-kubeconfig --name='k3s-default') ~/.kube/config cp $(k3d get-kubeconfig --name='k3s-default') ~/.kube/config
echo "kubeconfig: ${HOME}/.kube/config" > ~/.beekeeper.yaml
- name: Set testing cluster (DNS discovery) - name: Set testing cluster (DNS discovery)
run: | run: |
echo -e "127.0.0.10\tregistry.localhost" | sudo tee -a /etc/hosts echo -e "127.0.0.10\tregistry.localhost" | sudo tee -a /etc/hosts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment