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 747bbb4 commit ad8eea1Copy full SHA for ad8eea1
cluster/charts/fuel-streams/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
appVersion: "1.0"
3
description: A Helm chart for Kubernetes
4
name: fuel-streams
5
-version: 0.11.26
+version: 0.11.27
6
dependencies:
7
- name: nats
8
version: 1.3.2
cluster/charts/fuel-streams/templates/dune/cronjob.yaml
@@ -20,7 +20,7 @@ spec:
20
spec:
21
{{- with .Values.dune.affinity }}
22
affinity:
23
- {{- toYaml . | nindent 8 }}
+ {{- toYaml . | nindent 12 }}
24
{{- end }}
25
{{- include "k8s.pod-config" $serviceDict | nindent 10 }}
26
containers:
0 commit comments