From cb0d76243229694ab374f61aad82121b2da750c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sten=20R=C3=B8kke?= Date: Mon, 29 Jan 2024 13:50:27 +0100 Subject: [PATCH] cleanup: removed clustername from chart, not in use Co-authored-by: Trong Huu Nguyen Co-authored-by: Vegar Sechmann Molvig --- charts/wonderwall/Feature.yaml | 4 ---- charts/wonderwall/templates/deployment.yaml | 2 -- charts/wonderwall/values.yaml | 2 -- 3 files changed, 8 deletions(-) diff --git a/charts/wonderwall/Feature.yaml b/charts/wonderwall/Feature.yaml index 5c653c8..e5423d6 100644 --- a/charts/wonderwall/Feature.yaml +++ b/charts/wonderwall/Feature.yaml @@ -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: diff --git a/charts/wonderwall/templates/deployment.yaml b/charts/wonderwall/templates/deployment.yaml index 83c7ebc..821f2cf 100644 --- a/charts/wonderwall/templates/deployment.yaml +++ b/charts/wonderwall/templates/deployment.yaml @@ -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: diff --git a/charts/wonderwall/values.yaml b/charts/wonderwall/values.yaml index a99753a..f877a75 100644 --- a/charts/wonderwall/values.yaml +++ b/charts/wonderwall/values.yaml @@ -1,8 +1,6 @@ nameOverride: "" fullnameOverride: "" -clusterName: "unknown-cluster" - image: repository: europe-north1-docker.pkg.dev/nais-io/nais/images/wonderwall tag: latest