cleanup: removed clustername from chart, not in use

Co-authored-by: Trong Huu Nguyen <trong.huu.nguyen@nav.no>
Co-authored-by: Vegar Sechmann Molvig <vegar.sechmann.molvig@nav.no>
This commit is contained in:
Sten Røkke
2024-01-29 13:50:27 +01:00
parent 4404218542
commit cb0d762432
3 changed files with 0 additions and 8 deletions

View File

@@ -7,10 +7,6 @@ environmentKinds:
- tenant
- legacy
values:
clusterName:
description: Which cluster am I running in?
computed:
template: '"{{ .Env.name }}"'
aiven.project:
description: Aiven project for Redis.
computed:

View File

@@ -59,8 +59,6 @@ spec:
value: {{ .Values.otel.endpoint }}
- name: OTEL_RESOURCE_ATTRIBUTES
value: {{ .Values.otel.resourceAttributes }}
- name: CLUSTERNAME
value: {{ .Values.clusterName }}
- name: WONDERWALL_REDIS_USERNAME
valueFrom:
secretKeyRef:

View File

@@ -1,8 +1,6 @@
nameOverride: ""
fullnameOverride: ""
clusterName: "unknown-cluster"
image:
repository: europe-north1-docker.pkg.dev/nais-io/nais/images/wonderwall
tag: latest