Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JuribaDev authored Aug 29, 2024
1 parent 816fc1a commit 6fc6eb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ jobs:
echo "cert-manager is already installed."
fi
# Wait for cert-manager webhook to be ready
echo "Waiting for cert-manager webhook to be ready..."
kubectl wait --for=condition=ready pod -l app.kubernetes.io/component=webhook -n cert-manager --timeout=300s
sudo chmod 777 k8s/cluster-issuer.yaml
# Create ClusterIssuer if it doesn't exist
Expand All @@ -113,11 +117,7 @@ jobs:
echo "ClusterIssuer created."
else
echo "ClusterIssuer already exists."
fi
echo "ClusterIssuer created."
else
echo "ClusterIssuer already exists."
fi
# Wait for deployments to be ready
echo "Waiting for server deployment to be ready..."
Expand Down

0 comments on commit 6fc6eb5

Please sign in to comment.