Skip to content

Commit

Permalink
hotfix: CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielNathan12 committed Aug 12, 2024
1 parent f6a1de2 commit 033512b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ jobs:
sudo apt-get install helm
helm version
- name: Install cert-manager
run: |
kubectl apply --validate=false -f https://github.com/cert-manager/cert-manager/releases/download/v1.12.5/cert-manager.crds.yaml
helm repo add jetstack https://charts.jetstack.io
helm repo update
helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --version v1.12.5
kubectl wait --namespace cert-manager --for=condition=available deployment/cert-manager --timeout=120s
- name: Deploy with Helm
run: |
helm upgrade --install demo ./k8s --wait
Expand Down

0 comments on commit 033512b

Please sign in to comment.