Merge pull request #15 from pikasTech/commander-v01-buildkit-security

fix: 对齐 G14 BuildKit sidecar 安全上下文
This commit is contained in:
Lyon
2026-05-29 11:51:40 +08:00
committed by GitHub
+3
View File
@@ -123,6 +123,9 @@ spec:
- name: no_proxy - name: no_proxy
value: hyueapi.com,.hyueapi.com,127.0.0.1,localhost,::1,10.42.0.0/16,10.43.0.0/16,.svc,.cluster.local value: hyueapi.com,.hyueapi.com,127.0.0.1,localhost,::1,10.42.0.0/16,10.43.0.0/16,.svc,.cluster.local
securityContext: securityContext:
allowPrivilegeEscalation: true
appArmorProfile:
type: Unconfined
seccompProfile: seccompProfile:
type: Unconfined type: Unconfined
runAsUser: 1000 runAsUser: 1000