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

Improve Kaniko code and ns handling #722

Merged
merged 2 commits into from Jun 21, 2018
Merged

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Jun 21, 2018

No description provided.

Signed-off-by: David Gageot <david@gageot.net>
Fixes GoogleContainerTools#717

Signed-off-by: David Gageot <david@gageot.net>
@@ -6,7 +6,7 @@ build:
kaniko:
gcsBucket: skaffold-kaniko
pullSecretName: e2esecret
namespace: default
# namespace: default
Copy link
Contributor

Choose a reason for hiding this comment

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

The way the test was implemented won't make this work. It reuses a secret in the default namespace instead of create one. What we should really do is use the original codepath and provide the secret file that skaffold will use to create/delete the secret everytime.

Copy link
Contributor

@r2d4 r2d4 left a comment

Choose a reason for hiding this comment

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

Awesome!

@r2d4 r2d4 merged commit b6403b3 into GoogleContainerTools:master Jun 21, 2018
@dgageot dgageot deleted the kaniko branch December 28, 2018 07:09
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.

None yet

2 participants