Skip to content

Commit e743739

Browse files
authored
Merge pull request #204 from rjhenry/develop
fix: correct indentation of extraVolumeMounts
2 parents bf14c17 + 52f3725 commit e743739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/netbox/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: netbox
3-
version: 5.0.0-beta8
3+
version: 5.0.0-beta9
44
appVersion: "v4.0.0"
55
type: application
66
kubeVersion: ^1.25.0-0

charts/netbox/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
subPath: superuser_api_token
153153
readOnly: true
154154
{{- if .Values.extraVolumeMounts }}
155-
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 10 }}
155+
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 8 }}
156156
{{- end }}
157157
{{- if .Values.resources }}
158158
resources: {{ toYaml .Values.resources | nindent 12 }}

0 commit comments

Comments
 (0)