From 746ef30b090f6714203cbbaf2527a8c47ffeec7e Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 25 Aug 2024 11:56:53 +0200 Subject: [PATCH] helm: reorder volumes in rook-ceph-csi scc for argocd diff to show no changes Signed-off-by: rene Co-authored-by Travis Nielsen --- .../charts/rook-ceph/templates/securityContextConstraints.yaml | 2 +- deploy/examples/operator-openshift.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/charts/rook-ceph/templates/securityContextConstraints.yaml b/deploy/charts/rook-ceph/templates/securityContextConstraints.yaml index b18ea33a877d..23664fd93b84 100644 --- a/deploy/charts/rook-ceph/templates/securityContextConstraints.yaml +++ b/deploy/charts/rook-ceph/templates/securityContextConstraints.yaml @@ -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 diff --git a/deploy/examples/operator-openshift.yaml b/deploy/examples/operator-openshift.yaml index 36431f72de9c..84e4aeae7383 100644 --- a/deploy/examples/operator-openshift.yaml +++ b/deploy/examples/operator-openshift.yaml @@ -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.