Skip to content

Commit

Permalink
Update default preset label keys
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 6, 2023
1 parent e4dc567 commit fd99e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/capi-ui-presets/templates/preset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kind: ClusterChartPreset
metadata:
name: capi-presets
labels:
cluster.x-k8s.io/is-default-preset: "true"
charts.x-helm.dev/is-default-preset: "true"
spec:
values:
form:
Expand Down
2 changes: 1 addition & 1 deletion charts/monitoring-ui-presets/templates/preset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kind: ClusterChartPreset
metadata:
name: monitoring-presets
labels:
cluster.x-k8s.io/is-default-preset: "true"
charts.x-helm.dev/is-default-preset: "true"
spec:
values:
spec:
Expand Down

0 comments on commit fd99e36

Please sign in to comment.