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.
2 parents bf14c17 + 52f3725 commit e743739Copy full SHA for e743739
charts/netbox/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: netbox
3
-version: 5.0.0-beta8
+version: 5.0.0-beta9
4
appVersion: "v4.0.0"
5
type: application
6
kubeVersion: ^1.25.0-0
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