Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Nov 18, 2024
1 parent 03efd9b commit b0141b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/qbittorrent/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
VOLSYNC_ACCESSMODES: ReadWriteMany
VOLSYNC_STORAGECLASS: ceph-filesystem
VOLSYNC_SNAPSHOTCLASS: csi-ceph-filesystem
VOLSYNC_SNAPACCESSMODES: ReadOnlyMany
VOLSYNC_SNAPACCESSMODES: ReadOnlyMany # CephFS shallow snapshot
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/zigbee2mqtt/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ spec:
VOLSYNC_ACCESSMODES: ReadWriteMany
VOLSYNC_STORAGECLASS: ceph-filesystem
VOLSYNC_SNAPSHOTCLASS: csi-ceph-filesystem
VOLSYNC_SNAPACCESSMODES: ReadOnlyMany
VOLSYNC_SNAPACCESSMODES: ReadOnlyMany # CephFS shallow snapshot
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/zwave/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
VOLSYNC_ACCESSMODES: ReadWriteMany
VOLSYNC_STORAGECLASS: ceph-filesystem
VOLSYNC_SNAPSHOTCLASS: csi-ceph-filesystem
VOLSYNC_SNAPACCESSMODES: ReadOnlyMany
VOLSYNC_SNAPACCESSMODES: ReadOnlyMany # CephFS shallow snapshot

0 comments on commit b0141b8

Please sign in to comment.