mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kiam] KIAM Agent: Using CAP_NET_ADMIN instead privileged container (#12017)
* KIAM Agent: Using CAP_NET_ADMIN instead privileged container Signed-off-by: danmx <daniel@iziourov.info> * Incrementing version Signed-off-by: Matt Farina <matt@mattfarina.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0afeb26601
commit
bed9102706
@@ -1,5 +1,5 @@
|
||||
name: kiam
|
||||
version: 2.2.1
|
||||
version: 2.2.2
|
||||
appVersion: 3.2
|
||||
description: Integrate AWS IAM with Kubernetes
|
||||
keywords:
|
||||
|
||||
@@ -65,7 +65,8 @@ spec:
|
||||
- name: {{ template "kiam.name" . }}-{{ .Values.agent.name }}
|
||||
{{- if .Values.agent.host.iptables }}
|
||||
securityContext:
|
||||
privileged: true
|
||||
capabilities:
|
||||
add: ["NET_ADMIN"]
|
||||
{{- end }}
|
||||
image: "{{ .Values.agent.image.repository }}:{{ .Values.agent.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.agent.image.pullPolicy }}
|
||||
|
||||
Reference in New Issue
Block a user