mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Modify security profile for proxy
This commit is contained in:
@@ -878,6 +878,9 @@ data:
|
||||
config: |-
|
||||
policy: enabled
|
||||
template: |-
|
||||
metadata:
|
||||
annotations:
|
||||
container.seccomp.security.alpha.kubernetes.io/istio-proxy: 'docker/default'
|
||||
initContainers:
|
||||
- name: istio-init
|
||||
image: gcr.io/istio-release/proxy_init:0.8.0
|
||||
|
@@ -865,6 +865,9 @@ data:
|
||||
config: |-
|
||||
policy: enabled
|
||||
template: |-
|
||||
metadata:
|
||||
annotations:
|
||||
container.seccomp.security.alpha.kubernetes.io/istio-proxy: 'docker/default'
|
||||
initContainers:
|
||||
- name: istio-init
|
||||
image: gcr.io/istio-release/proxy_init:0.8.0
|
||||
|
Reference in New Issue
Block a user