Skip to content

Commit c4b06bf

Browse files
committed
fix name
1 parent 1607b58 commit c4b06bf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

charts/platform/templates/platform-monitoring-application.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{{- define "platform.argocd.applications.platformMonitoring.values" -}}
22
{{- $platformUrls := include "platform.urls" . | fromYaml -}}
33
{{- $platformNamespace := include "platform.argocd.destination.namespace" . -}}
4-
nameOverride: {{ printf "%s-monitoring" .Release.Name }}
5-
fullnameOverride: {{ printf "%s-monitoring" .Release.Name }}
64
image:
75
repository: ghcr.io/neuro-inc/monitoringapi
86
securityContext:

charts/platform/tests/__snapshot__/platform-monitoring-application_test.yaml.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ should match snapshot:
1919
helm:
2020
releaseName: platform-monitoring
2121
valuesObject:
22-
fullnameOverride: platform-monitoring
2322
image:
2423
repository: ghcr.io/neuro-inc/monitoringapi
2524
ingress:
@@ -35,7 +34,6 @@ should match snapshot:
3534
endpoint: http://loki-read.platform:3100
3635
retentionPeriodS: 2592000
3736
type: loki
38-
nameOverride: platform-monitoring
3937
nodeLabels:
4038
nodePool: platform.neuromation.io/nodepool
4139
platform:

0 commit comments

Comments
 (0)