mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Modify security profile for proxy
This commit is contained in:
parent
25a1cdbfc5
commit
a8a24849c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user