Skip to content

Commit

Permalink
Update microk8s.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Aug 14, 2024
1 parent fbdc725 commit 37d6d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/microk8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
kubectl create namespace kerberos-vault
kubectl apply -f ./kerberos-vault-deployment.yaml -n kerberos-vault
echo "Sleeping for 2 seconds, give time for the helm chart to create the pods" && sleep 2
echo "Sleeping for 30 seconds, give time for the helm chart to create the pods" && sleep 30
kubectl get pods -A -o wide | grep kerberos-vault | awk '{print $4}' | grep -q '1/1' && echo "kerberos-vault pod is running with status 1/1" || (echo "kerberos-vault pod is not running with status 1/1" && exit 1)
- name: Install Kerberos Agent
id: install-kerberos-agent
Expand Down

0 comments on commit 37d6d0d

Please sign in to comment.