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 control plane EE image parameter #873

Merged
merged 1 commit into from
Apr 15, 2022

Conversation

kimbernator
Copy link
Contributor

@kimbernator kimbernator commented Apr 14, 2022

control_plane_ee_image is not read in until after the template that uses it has been rendered (this is done within app_credentials.yaml.j2 which is called in "Apply Resources"). This change ensures that if said parameter is defined, it will be properly reflected in the app credentials secret.

Resolves #821

@fosterseth
Copy link
Member

this looks good to me if it looks good to you @rooftopcellist

@rooftopcellist rooftopcellist merged commit 5af7e7f into ansible:devel Apr 15, 2022
@rooftopcellist
Copy link
Member

Thank you for your contribution @kimbernator !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Misleading variable name: control_plane_ee_image
3 participants