Skip to content

Commit

Permalink
Clean Metal3 values file from the workflow runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian-ZH authored and hardys committed Oct 19, 2023
1 parent aa5f667 commit 1db67c7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test-metal3-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,11 @@ jobs:
--create-namespace \
--set installCRDs=true \
--version v1.11.1
- name: Disable provisioning network
run: |
echo "global:" > disable_provnet.yaml
echo " enable_dnsmasq: false" >> disable_provnet.yaml
echo " enable_pxe_boot: false" >> disable_provnet.yaml
echo " provisioningInterface: \"\"" >> disable_provnet.yaml
echo " provisioningIP: \"\"" >> disable_provnet.yaml
echo " enable_metal3_media_server: false" >> disable_provnet.yaml
- name: Deploy Metal3 Helm Chart
run: |
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
helm install metal3 helm-metal3-charts/metal3 --values disable_provnet.yaml
helm install metal3 helm-metal3-charts/metal3
- name: Wait for all Metal3 pods to become ready
run: |
Expand Down

0 comments on commit 1db67c7

Please sign in to comment.