Skip to content

Commit

Permalink
fix(thanos): label correction (#7082)
Browse files Browse the repository at this point in the history
  • Loading branch information
viennaa authored Sep 16, 2024
1 parent 961a1b9 commit c676883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion system/greenhouse-ccloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: ccloud
description: A Helm chart for the CCloud organization in Greenhouse.
type: application
version: 1.5.0
version: 1.5.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.pluginPreset.enabled .Values.thanos.enabled -}}
{{- if .Values.thanos.enabled -}}

apiVersion: greenhouse.sap/v1alpha1
kind: PluginPreset
Expand All @@ -8,7 +8,7 @@ metadata:
spec:
clusterSelector:
matchLabels:
greenhouse.sap/cluster-presets-enabled: "true"
greenhouse.sap/pluginpreset: "true"
cluster-type: "storage"
plugin:
disabled: false
Expand Down

0 comments on commit c676883

Please sign in to comment.