lib/metatron/templates/stateful_set.rb in metatron-0.2.1 vs lib/metatron/templates/stateful_set.rb in metatron-0.2.2
- old
+ new
@@ -53,10 +53,10 @@
.merge(formatted_affinity)
.merge(formatted_tolerations)
.compact
}
}
- }
+ }.merge(volume_claim_templates)
end
# rubocop:enable Metrics/AbcSize
# rubocop:enable Metrics/MethodLength
end
end