Skip to content

Commit 3021fb6

Browse files
Merge pull request #641 from cescgina/followup_636
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 Reviewed-by: Szymon Datko Reviewed-by: Andrew Bays <[email protected]>
2 parents 4712813 + 855edf3 commit 3021fb6

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)