Skip to content

Commit

Permalink
backup/recovery: adding missing provider value to role vars (fix) (#1358
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sk4zuzu committed Jun 29, 2020
1 parent 6dc772a commit dbd6053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/epicli/cli/engine/PatchEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def _process_configuration_docs(self):
document = load_yaml_obj(data_types.DEFAULT, 'common', kind)
# Inject the required "version" attribute
document['version'] = VERSION
# Copy the "provider" value from the cluster model
document.specification['provider'] = self.cluster_model.provider
# Save the document for later use
self.configuration_docs.append(document)

Expand Down

0 comments on commit dbd6053

Please sign in to comment.