Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ansible): allow multiple custom secrets without namespaces #5638

Merged
merged 1 commit into from
May 24, 2024

Conversation

lc525
Copy link
Member

@lc525 lc525 commented May 23, 2024

Fix a bug where defining multiple custom secrets in an extra-vars file without explicit namespaces would add the default namespace only to the last one, and fail the playbook.

Special notes for your reviewer:

Previously, each iteration of the modified set_fact would overwrite the seldon_custom_secrets variable entirely rather than updating it (appending the default namespace to each secret defined in custom_secrets).

Fix a bug where defining multiple custom secrets in an extra-vars file
without explicit namespaces would add the default namespace only to the
last one, and fail the playbook.
Copy link
Member

@sakoush sakoush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lc525 lc525 merged commit bd0b2ed into SeldonIO:v2 May 24, 2024
4 checks passed
@lc525 lc525 deleted the quickfix/ansible-custom-secrets branch May 24, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants