We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf14c17 commit 9a857eeCopy full SHA for 9a857ee
charts/netbox/templates/deployment.yaml
@@ -152,7 +152,7 @@ spec:
152
subPath: superuser_api_token
153
readOnly: true
154
{{- if .Values.extraVolumeMounts }}
155
- {{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 10 }}
+ {{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 8 }}
156
{{- end }}
157
{{- if .Values.resources }}
158
resources: {{ toYaml .Values.resources | nindent 12 }}
0 commit comments