Skip to content

Commit 6f94aa0

Browse files
committed
Port uswitch/kiam#180 to stable/kiam helm chart
1 parent 41ac6ce commit 6f94aa0

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.0.0-rc3
2+
version: 2.0.0-rc4
33
appVersion: 3.0-rc1
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
@@ -48,6 +48,7 @@ spec:
4848
- name: xtables
4949
hostPath:
5050
path: /run/xtables.lock
51+
type: FileOrCreate
5152
{{- range .Values.agent.extraHostPathMounts }}
5253
- name: {{ .name }}
5354
hostPath:

0 commit comments

Comments
 (0)