Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit d2470d4

Browse files
authored
Fix indentation on seLinuxOptions in server daemonset in Helm chart (#406)
1 parent 420d415 commit d2470d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/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: 5.8.0
3+
version: 5.8.1
44
appVersion: 3.5
55
description: Integrate AWS IAM with Kubernetes
66
keywords:

helm/kiam/templates/server-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
{{- if .Values.server.seLinuxOptions }}
109109
securityContext:
110110
seLinuxOptions:
111-
{{ toYaml .Values.server.seLinuxOptions | indent 14 }}
111+
{{ toYaml .Values.server.seLinuxOptions | indent 14 }}
112112
{{- end }}
113113
volumeMounts:
114114
- mountPath: /etc/kiam/tls

0 commit comments

Comments
 (0)