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

feat: increase the priority of imagePullSecret from the pod spec #576

Merged
merged 1 commit into from Oct 11, 2022
Merged

feat: increase the priority of imagePullSecret from the pod spec #576

merged 1 commit into from Oct 11, 2022

Conversation

verdel
Copy link
Contributor

@verdel verdel commented Oct 11, 2022

Description

Then the values of the domains for docker registry in the pod imagePullSecret and service account imagePullSecret are the same, then in the final structure, the credentials from the secret specified in the Service Account will "overwrite" the values from the secret specified in the Pod specification.

I increase priority of the imagePullSecret from Pod priority. This coincides with the principle of how kubelet working with imagePullSecret.

Related issues

@CLAassistant
Copy link

CLAassistant commented Oct 11, 2022

CLA assistant check
All committers have signed the CLA.

@chen-keinan
Copy link
Collaborator

@verdel LGTM 🚀 could you please sign the CLA

@chen-keinan chen-keinan self-requested a review October 11, 2022 11:44
@chen-keinan chen-keinan merged commit c27c9ad into aquasecurity:main Oct 11, 2022
@verdel verdel deleted the image-pull-secrets-with-same-domain branch October 11, 2022 16:28
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.

Pod imagePullSecrets priority
3 participants