Skip to content

Commit

Permalink
Adding property for specifically enabling or disabling devicePluginMp…
Browse files Browse the repository at this point in the history
…s daemonset
  • Loading branch information
kndoni committed Jun 12, 2024
1 parent 1ab4cdb commit e8c37fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
{{- if .Values.devicePlugin.enabled }}
{{- if .Values.devicePluginMps.enabled }}
---
{{- $options := (include "nvidia-device-plugin.options" . | fromJson) }}
{{- $configMapName := (include "nvidia-device-plugin.configMapName" .) | trim }}
Expand Down
3 changes: 3 additions & 0 deletions deployments/helm/nvidia-device-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ runtimeClassName: null

devicePlugin:
enabled: true

devicePluginMps:
enabled: true

gfd:
enabled: false
Expand Down

0 comments on commit e8c37fa

Please sign in to comment.