Skip to content

Commit

Permalink
Merge pull request rook#14642 from raynay-r/fix-scc-volume-order-for-…
Browse files Browse the repository at this point in the history
…argocd-diff

helm: reorder volumes in rook-ceph-csi scc for argocd diff to show no changes
  • Loading branch information
travisn authored Aug 30, 2024
2 parents e7e1434 + 746ef30 commit 06f11e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ supplementalGroups:
# The type of volumes which are mounted to csi pods
volumes:
- configMap
- projected
- emptyDir
- hostPath
- projected
users:
# A user needs to be added for each rook service account.
- system:serviceaccount:{{ .Release.Namespace }}:rook-csi-rbd-plugin-sa
Expand Down
2 changes: 1 addition & 1 deletion deploy/examples/operator-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ supplementalGroups:
# The type of volumes which are mounted to csi pods
volumes:
- configMap
- projected
- emptyDir
- hostPath
- projected
users:
# A user needs to be added for each rook service account.
# This assumes running in the default sample "rook-ceph" namespace.
Expand Down

0 comments on commit 06f11e8

Please sign in to comment.