Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing docs-ci-trigger auto PR [Do Not Merge] #1165

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
3 changes: 2 additions & 1 deletion .github/workflows/docs-ci-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ on:
jobs:
trigger_downstream_workflow:
uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main
secrets: inherit
with:
gh_docs_token: ${{ secrets.GH_DOCS_TOKEN }}
4 changes: 2 additions & 2 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

nfd:
# -- Deploy Node Feature Discovery operator.
enabled: true
enabled: false
# -- Deploy Node Feature Rules to label the nodes with the discovered features.
deployNodeFeatureRules: true

# -- Enable CRDs upgrade with helm pre-install and pre-upgrade hooks.
upgradeCRDs: true
upgradeCRDs: false

sriovNetworkOperator:
# -- Deploy SR-IOV Network Operator.
Expand Down
Loading