Skip to content

Commit

Permalink
fix: delete unused code
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Feb 1, 2024
1 parent 6bfb524 commit 332cddf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
- name: debug
run: |
kubectl cluster-info
- name: Generate ValdRelease schema
run: |
make helm/schema/crd/vald
- name: Test to apply
run: |
kubectl create -f charts/vald-helm-operator/crds/valdrelease.yaml
sleep 3
yq eval \
'{"apiVersion": "vald.vdaas.org/v1", "kind": "ValdRelease", "metadata":{"name":"vald-cluster"}, "spec": .}' \
charts/vald/values.yaml \
| kubectl apply -f -
# - name: Generate ValdRelease schema
# run: |
# make helm/schema/crd/vald
# - name: Test to apply
# run: |
# kubectl create -f charts/vald-helm-operator/crds/valdrelease.yaml
# sleep 3
# yq eval \
# '{"apiVersion": "vald.vdaas.org/v1", "kind": "ValdRelease", "metadata":{"name":"vald-cluster"}, "spec": .}' \
# charts/vald/values.yaml \
# | kubectl apply -f -

0 comments on commit 332cddf

Please sign in to comment.