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

Commit

Permalink
Fix indentation on seLinuxOptions in server daemonset in Helm chart (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarrien authored Jun 12, 2020
1 parent 420d415 commit d2470d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/kiam/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: kiam
version: 5.8.0
version: 5.8.1
appVersion: 3.5
description: Integrate AWS IAM with Kubernetes
keywords:
Expand Down
2 changes: 1 addition & 1 deletion helm/kiam/templates/server-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
{{- if .Values.server.seLinuxOptions }}
securityContext:
seLinuxOptions:
{{ toYaml .Values.server.seLinuxOptions | indent 14 }}
{{ toYaml .Values.server.seLinuxOptions | indent 14 }}
{{- end }}
volumeMounts:
- mountPath: /etc/kiam/tls
Expand Down

0 comments on commit d2470d4

Please sign in to comment.