From bda652ccab05eed952e9d0424f2f97331856ed37 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Wed, 18 May 2022 14:02:27 +0200 Subject: [PATCH] fix(helm): service name Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/charts/integrations/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/peers/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/sink/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/storage/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/helmcharts/openreplay/charts/integrations/values.yaml b/scripts/helmcharts/openreplay/charts/integrations/values.yaml index cbe9f301a..f7420e694 100644 --- a/scripts/helmcharts/openreplay/charts/integrations/values.yaml +++ b/scripts/helmcharts/openreplay/charts/integrations/values.yaml @@ -12,7 +12,7 @@ image: imagePullSecrets: [] nameOverride: "integrations" -fullnameOverride: "integrations" +fullnameOverride: "integrations-openreplay" serviceAccount: # Specifies whether a service account should be created diff --git a/scripts/helmcharts/openreplay/charts/peers/values.yaml b/scripts/helmcharts/openreplay/charts/peers/values.yaml index ab74348fc..3dffa62e7 100644 --- a/scripts/helmcharts/openreplay/charts/peers/values.yaml +++ b/scripts/helmcharts/openreplay/charts/peers/values.yaml @@ -12,7 +12,7 @@ image: imagePullSecrets: [] nameOverride: "peers" -fullnameOverride: "peers" +fullnameOverride: "peers-openreplay" serviceAccount: # Specifies whether a service account should be created diff --git a/scripts/helmcharts/openreplay/charts/sink/values.yaml b/scripts/helmcharts/openreplay/charts/sink/values.yaml index 26ef4367e..508670e42 100644 --- a/scripts/helmcharts/openreplay/charts/sink/values.yaml +++ b/scripts/helmcharts/openreplay/charts/sink/values.yaml @@ -12,7 +12,7 @@ image: imagePullSecrets: [] nameOverride: "sink" -fullnameOverride: "sink" +fullnameOverride: "sink-openreplay" serviceAccount: # Specifies whether a service account should be created diff --git a/scripts/helmcharts/openreplay/charts/storage/values.yaml b/scripts/helmcharts/openreplay/charts/storage/values.yaml index d82614693..2dbd9cd6e 100644 --- a/scripts/helmcharts/openreplay/charts/storage/values.yaml +++ b/scripts/helmcharts/openreplay/charts/storage/values.yaml @@ -12,7 +12,7 @@ image: imagePullSecrets: [] nameOverride: "storage" -fullnameOverride: "storage" +fullnameOverride: "storage-openreplay" serviceAccount: # Specifies whether a service account should be created