Skip to content

Commit

Permalink
indenting got messed up
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Feb 14, 2024
1 parent 1dab19d commit f756dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heimdall2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: heimdall
description: Heimdall2 lets you view, store, and compare automated security control scan results.

type: application
version: 3.1.6
version: 3.1.7
appVersion: "release-latest"

annotations:
Expand Down
2 changes: 1 addition & 1 deletion heimdall2/templates/heimdall-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: injected-certs
configMap:
name: {{ .Values.certs.name }}
{{- range $index := .Values.certs.processedCertsMountPaths }}
{{- range $index := .Values.certs.processedCertsMountPaths }}
- name: "processed-certs-{{ $index }}"
emptyDir:
{{- end }}
Expand Down

0 comments on commit f756dd0

Please sign in to comment.