Skip to content

Commit

Permalink
Merge pull request #204 from rjhenry/develop
Browse files Browse the repository at this point in the history
fix: correct indentation of extraVolumeMounts
  • Loading branch information
RangerRick committed May 8, 2024
2 parents bf14c17 + 52f3725 commit e743739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/netbox/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: netbox
version: 5.0.0-beta8
version: 5.0.0-beta9
appVersion: "v4.0.0"
type: application
kubeVersion: ^1.25.0-0
Expand Down
2 changes: 1 addition & 1 deletion charts/netbox/templates/deployment.yaml
Expand Up @@ -152,7 +152,7 @@ spec:
subPath: superuser_api_token
readOnly: true
{{- if .Values.extraVolumeMounts }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 10 }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 8 }}
{{- end }}
{{- if .Values.resources }}
resources: {{ toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit e743739

Please sign in to comment.