Skip to content

Commit

Permalink
[ceph] fix yet another issue with tenplate and nil (#7311)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus authored Oct 23, 2024
1 parent 405fb90 commit 7dd94d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/cc-ceph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cc-ceph
description: A Helm chart for the Rook / Ceph Objects inside the Storage Clusters
type: application
version: 1.0.91
version: 1.0.92
appVersion: "1.15.0"
dependencies:
- name: owner-info
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.rgwTargetPlacements.enabled }}
{{- range $target := .Values.rgwTargetPlacements.placements }}
{{- if $.Values.rgwTargetPlacements.nvme.enabled }}
{{- if and $.Values.rgwTargetPlacements.nvme $.Values.rgwTargetPlacements.nvme.enabled }}
---
apiVersion: ceph.rook.io/v1
kind: CephBlockPool
Expand Down

0 comments on commit 7dd94d2

Please sign in to comment.