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