Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{{- if .Values.mountpointPod.namespaceEnabled }}
apiVersion: v1
kind: Namespace
metadata:
name: {{ .Values.mountpointPod.namespace }}
labels:
name: {{ .Values.mountpointPod.namespace }}
pod-security.kubernetes.io/enforce: restricted
{{- end }}
1 change: 1 addition & 0 deletions charts/aws-mountpoint-s3-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ controller:

mountpointPod:
namespace: mount-s3
namespaceEnabled: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd change the name to createNamespace - the namespace is still required to use the driver, but the use case for this flag is assuming it's pre-configured

priorityClassName: mount-s3-critical
preemptingPriorityClassName: mount-s3-preempting-critical
headroomPriorityClassName: mount-s3-headroom
Expand Down
Loading