We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f4341 commit 6a25380Copy full SHA for 6a25380
1 file changed
charts/sbomscanner/values.yaml
@@ -2,6 +2,15 @@
2
# This is a YAML-formatted file.
3
# Declare variables to be passed into your templates.
4
5
+# nameOverride replaces the chart name used in the `app` label and as part of resource names,
6
+# while still keeping the release name as a prefix (e.g. `<release-name>-<nameOverride>`).
7
+# Leave empty to use the chart name.
8
+nameOverride: ""
9
+# fullnameOverride fully replaces the generated resource name prefix
10
+# (`<release-name>-<chart-name>`) for all resources created by this chart.
11
+# Leave empty to use the default generated name.
12
+fullnameOverride: ""
13
+
14
# NOTE: This section is used to configure the global settings for the sbomscanner chart.
15
global:
16
cattle:
0 commit comments