mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-22 00:02:58 +00:00
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:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
clusterName: "unknown-cluster"
|
||||
|
||||
image:
|
||||
repository: europe-north1-docker.pkg.dev/nais-io/nais/images/wonderwall
|
||||
tag: latest
|
||||
|
||||
Reference in New Issue
Block a user