Skip to content

Commit b14ae6e

Browse files
authored
Merge pull request #866 from andyzhangx/enable-seccompProfile
feat: enable securityContext.seccompProfile
2 parents bd57df7 + 1eb72d7 commit b14ae6e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
27 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/templates/csi-blob-node.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ spec:
5656
{{- toYaml .Values.node.affinity | nindent 8 }}
5757
{{- end }}
5858
priorityClassName: {{ .Values.priorityClassName | quote }}
59+
securityContext:
60+
seccompProfile:
61+
type: RuntimeDefault
5962
{{- with .Values.node.tolerations }}
6063
tolerations:
6164
{{ toYaml . | indent 8 }}

deploy/csi-blob-node.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ spec:
3333
values:
3434
- virtual-kubelet
3535
priorityClassName: system-node-critical
36+
securityContext:
37+
seccompProfile:
38+
type: RuntimeDefault
3639
tolerations:
3740
- operator: "Exists"
3841
initContainers:

0 commit comments

Comments
 (0)