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

Remove unnecessary root user & fix secret name #15

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Remove unnecessary root user & fix secret name #15

wants to merge 4 commits into from

Conversation

trmiller
Copy link
Contributor

No description provided.

@trmiller trmiller changed the title Remote unnecessary root user & fix secret name Remove unnecessary root user & fix secret name Sep 20, 2021
Copy link
Owner

@mlieberman85 mlieberman85 left a comment

Choose a reason for hiding this comment

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

Nitpick: remove merge commits. Do fastforward/rebase.

@@ -17,5 +17,5 @@ spec:
claimName: kaniko-source-pvc
- name: docker-secrets
secret:
secretName: secret-dockerconfigjson
secretName: regcred
Copy link
Owner

Choose a reason for hiding this comment

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

Doing it this way will fail. Regcred in this namespace is set to .dockerconfigjson and the kaniko task needs to have an opaque secret that is a config.json since the kaniko task doesn't correctly use the .dockerconfigjson model.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There must be something broken in one of the scripts upstream then - this is not working with current config for me. Will dig a little deeper

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