File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
deployments/gpu-operator/crds Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ validate-helm-values: cmds
241241
242242validate-generated-assets : manifests generate generate-clientset sync-crds
243243 @echo " - Verifying that the generated code and manifests are in-sync..."
244- @git diff --exit-code -- api config
244+ @git diff --exit-code -- api config bundle deployments
245245
246246COVERAGE_FILE := coverage.out
247247unit-test : build
Original file line number Diff line number Diff line change @@ -687,7 +687,7 @@ spec:
687687 configMapName :
688688 description : ' Deprecated: ConfigMapName has been deprecated
689689 in favour of SecretName. Please use secrets to handle the
690- LicensingConfig more securely'
690+ licensing server configuration more securely'
691691 type : string
692692 nlsEnabled :
693693 description : NLSEnabled indicates if NVIDIA Licensing System
Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ spec:
235235 properties :
236236 name :
237237 description : ' Deprecated: ConfigMapName has been deprecated in
238- favour of SecretName. Please use secrets to handle the LicensingConfig
239- more securely'
238+ favour of SecretName. Please use secrets to handle the licensing
239+ server configuration more securely'
240240 type : string
241241 nlsEnabled :
242242 description : NLSEnabled indicates if NVIDIA Licensing System is
Original file line number Diff line number Diff line change @@ -687,7 +687,7 @@ spec:
687687 configMapName :
688688 description : ' Deprecated: ConfigMapName has been deprecated
689689 in favour of SecretName. Please use secrets to handle the
690- LicensingConfig more securely'
690+ licensing server configuration more securely'
691691 type : string
692692 nlsEnabled :
693693 description : NLSEnabled indicates if NVIDIA Licensing System
Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ spec:
235235 properties :
236236 name :
237237 description : ' Deprecated: ConfigMapName has been deprecated in
238- favour of SecretName. Please use secrets to handle the LicensingConfig
239- more securely'
238+ favour of SecretName. Please use secrets to handle the licensing
239+ server configuration more securely'
240240 type : string
241241 nlsEnabled :
242242 description : NLSEnabled indicates if NVIDIA Licensing System is
You can’t perform that action at this time.
0 commit comments