We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5c36b commit 511f422Copy full SHA for 511f422
k8s/magiclove/dcgm_exporter/daemon_set_list.cue
@@ -64,8 +64,6 @@ import (
64
readinessProbe: probe
65
66
imagePullPolicy: v1.#PullIfNotPresent
67
- securityContext: capabilities: add: ["SYS_ADMIN"]
68
- },
69
// securityContext: {
70
// capabilities: {
71
// add: ["SYS_ADMIN"]
@@ -74,7 +72,10 @@ import (
74
72
// readOnlyRootFilesystem: true
75
73
// allowPrivilegeEscalation: false
76
// }
77
- ]
+ securityContext: capabilities: add: ["SYS_ADMIN"]
+ }]
+ nodeSelector: (v1.#LabelHostname): "dice"
78
+
79
80
// runAsUser: 1000
81
// runAsGroup: 3000
0 commit comments