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