Skip to content

Commit 7dc2766

Browse files
authored
Merge pull request #1782 from NVIDIA/fix-make-check
2 parents 1f98e1d + 004f859 commit 7dc2766

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ validate-helm-values: cmds
241241

242242
validate-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

246246
COVERAGE_FILE := coverage.out
247247
unit-test: build

bundle/manifests/nvidia.com_clusterpolicies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

bundle/manifests/nvidia.com_nvidiadrivers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

deployments/gpu-operator/crds/nvidia.com_clusterpolicies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

deployments/gpu-operator/crds/nvidia.com_nvidiadrivers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)