Skip to content

Commit 6ee42f6

Browse files
committed
Add nameOverride to all subcharts to fix the Application wrangling
Signed-off-by: Maël Valais <[email protected]>
1 parent 4be1a27 commit 6ee42f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

chart/jetstack-secure-gcm/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# https://github.com/GoogleCloudPlatform/marketplace-k8s-app-tools/blob/master/docs/building-deployer-helm.md
66

77
cert-manager:
8+
nameOverride: jetstack-secure-gcm
89
installCRDs: true
910
global:
1011
rbac:
@@ -35,6 +36,7 @@ cert-manager:
3536
tag: 1.1.0-gcm.1
3637

3738
google-cas-issuer:
39+
nameOverride: jetstack-secure-gcm
3840
installCRDs: true
3941
serviceAccount:
4042
create: false # see note (1)
@@ -43,6 +45,7 @@ google-cas-issuer:
4345
tag: 1.1.0-gcm.1
4446

4547
preflight:
48+
nameOverride: jetstack-secure-gcm
4649
serviceAccount:
4750
# name: foo
4851
create: false # see note (1)

0 commit comments

Comments
 (0)