Skip to content

Commit

Permalink
testing docs-ci-trigger auto PR
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvister1 committed Nov 18, 2024
1 parent 1acf567 commit 232364f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs-ci-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ on:

jobs:
trigger_downstream_workflow:
uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main
secrets: inherit
#uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main
uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@fix-non-propagated-gh-token
secrets: inherit
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

0 comments on commit 232364f

Please sign in to comment.