Skip to content

Commit 855edf3

Browse files
committed
Fix placing of heat for uni05epsilon
Follow up to PR #636 [1], fixing the placing of heat to follow alphabetical order in the service-values for uni05epsilon. [1] #636
1 parent 4712813 commit 855edf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/dt/uni05epsilon/service-values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ data:
128128
replicas: 3
129129
type: split
130130

131+
heat:
132+
enabled: true
133+
131134
nova:
132135
template:
133136
cellTemplates:
@@ -184,6 +187,3 @@ data:
184187

185188
watcher:
186189
enabled: true
187-
188-
heat:
189-
enabled: true

0 commit comments

Comments
 (0)