Skip to content

Commit

Permalink
Merge pull request #498 from Chia-Network/create-ns
Browse files Browse the repository at this point in the history
add a line to create chia-docs namespace
  • Loading branch information
pmaslana authored Feb 6, 2024
2 parents 2160f0d + 4f2e384 commit 7efb634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:

- name: Install certificate
run: |
kubectl create namespace chia-docs --dry-run=client -o yaml | kubectl apply -f -
kubectl apply -n chia-docs -f ./k8s/certificate.yaml
- uses: Chia-Network/actions/helm/deploy@main
Expand Down

0 comments on commit 7efb634

Please sign in to comment.