Skip to content

Commit

Permalink
Merge pull request #62 from equinor/fix-incorrect-indentation-in-chart
Browse files Browse the repository at this point in the history
fix incorrect volumeMount indentation in chart
  • Loading branch information
nilsgstrabo authored Apr 15, 2024
2 parents db57bc9 + 64e7203 commit 8718078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/radix-vulnerability-scanner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.1.1
version: 1.1.1
appVersion: 1.1.2
version: 1.1.2
description: Scan images in RadixDeployments for vulnerabilities
name: radix-vulnerability-scanner
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
mountPath: {{ template "vulnerability-scan.dockerConfigFilePath" . }}
{{- end }}
{{- with .Values.extraVolumeMounts }}
{{- toYaml . | nindent 14 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.resources }}
resources:
Expand Down

0 comments on commit 8718078

Please sign in to comment.