Skip to content

Commit 6a25380

Browse files
chore(helm): add nameOverride and fullnameOverride value placeholders
Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
1 parent e1f4341 commit 6a25380

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

charts/sbomscanner/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
# This is a YAML-formatted file.
33
# Declare variables to be passed into your templates.
44

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+
514
# NOTE: This section is used to configure the global settings for the sbomscanner chart.
615
global:
716
cattle:

0 commit comments

Comments
 (0)