UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Velero: Drop ALL capabilities

Merged Brett Charrier requested to merge velero-drop-cap into master
All threads resolved!
Files
2
@@ -59,6 +59,10 @@ initContainers:
limits:
memory: 512Mi
cpu: 100m
securityContext:
capabilities:
drop:
- ALL
{{- end }}
{{- if eq . "azure" }}
- name: velero-plugin-for-azure
@@ -74,6 +78,10 @@ initContainers:
limits:
memory: 512Mi
cpu: 100m
securityContext:
capabilities:
drop:
- ALL
{{- end }}
{{- if eq . "csi" }}
- name: velero-plugin-for-csi
@@ -89,6 +97,10 @@ initContainers:
limits:
memory: 512Mi
cpu: 100m
securityContext:
capabilities:
drop:
- ALL
configuration:
features: EnableCSI
{{- end }}
Loading