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 namespace and operatorNamespace propagation #1105

Merged
merged 1 commit into from
Sep 9, 2021
Merged

Conversation

andreaTP
Copy link
Contributor

@andreaTP andreaTP commented Sep 9, 2021

No description provided.

@@ -204,7 +204,7 @@ final case class DeployExecution(d: Deploy, client: KubeClient, logger: CliLogge
if (d.noRegistryCredentials) Success(())
else {
client.createImagePullSecret(
namespace = name,
namespace = namespace,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was the bug

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah good catch @andreaTP !

@andreaTP andreaTP merged commit 7c58700 into main Sep 9, 2021
@andreaTP andreaTP deleted the fix-namespace-scope branch September 9, 2021 18:01
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.

2 participants