Skip to content

Commit

Permalink
fix(apply): secrets are not merged
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed Oct 22, 2024
1 parent ddc0f1a commit 199553f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riocli/apply/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,4 @@ def _process_values_and_secrets(
self.values = self._inject_rio_namespace(self.values)

for s in secrets:
benedict(self.values).merge(self._load_file_content(s, is_secret=True)[0])
benedict(self.secrets).merge(self._load_file_content(s, is_secret=True)[0])

0 comments on commit 199553f

Please sign in to comment.