Skip to content

Commit 809df3e

Browse files
committed
Port uswitch/kiam#180 to stable/kiam helm chart
Signed-off-by: Max Lobur <max_lobur@outlook.com>
1 parent 1a17b71 commit 809df3e

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,6 +1,6 @@
11
apiVersion: v1
22
name: kiam
3-
version: 2.4.0
3+
version: 2.4.1
44
appVersion: 3.2
55
description: Integrate AWS IAM with Kubernetes
66
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)