fix(helm): service name
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
4c8751944c
commit
bda652ccab
4 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ image:
|
|||
|
||||
imagePullSecrets: []
|
||||
nameOverride: "integrations"
|
||||
fullnameOverride: "integrations"
|
||||
fullnameOverride: "integrations-openreplay"
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ image:
|
|||
|
||||
imagePullSecrets: []
|
||||
nameOverride: "peers"
|
||||
fullnameOverride: "peers"
|
||||
fullnameOverride: "peers-openreplay"
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ image:
|
|||
|
||||
imagePullSecrets: []
|
||||
nameOverride: "sink"
|
||||
fullnameOverride: "sink"
|
||||
fullnameOverride: "sink-openreplay"
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ image:
|
|||
|
||||
imagePullSecrets: []
|
||||
nameOverride: "storage"
|
||||
fullnameOverride: "storage"
|
||||
fullnameOverride: "storage-openreplay"
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue