Skip to content

Commit c868406

Browse files
committed
Port uswitch/kiam#180 to stable/kiam helm chart
Signed-off-by: Max Lobur <[email protected]>
1 parent 7e97304 commit c868406

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stable/kiam/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kiam
2-
version: 2.1.0
2+
version: 2.1.1
33
appVersion: 3.0
44
description: Integrate AWS IAM with Kubernetes
55
keywords:

stable/kiam/templates/agent-daemonset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ spec:
5656
- name: xtables
5757
hostPath:
5858
path: /run/xtables.lock
59+
type: FileOrCreate
5960
{{- range .Values.agent.extraHostPathMounts }}
6061
- name: {{ .name }}
6162
hostPath:

0 commit comments

Comments
 (0)