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 creation for deployment operator #507

Merged
merged 1 commit into from May 1, 2024
Merged

Conversation

zreigz
Copy link
Member

@zreigz zreigz commented Apr 30, 2024

Summary

During the deployment operator installation we create the namespace with the label: app.kubernetes.io/managed-by. If there is a plural operator then it will add:

  imagePullSecrets:
  - name: plural-creds

to each pod. For the CD we don't have plural-creds secret.
This label is needed for the CAPI installation.

Labels

Test Plan

Checklist

  • If required, I have updated the Plural documentation accordingly.
  • I have added tests to cover my changes.
  • I have added a meaningful title and summary to convey the impact of this PR to a user.
  • I have added relevant labels to this PR to help with categorization for release notes.

@zreigz zreigz added the bug-fix This pull request fixes a bug label Apr 30, 2024
@michaeljguarino michaeljguarino merged commit 5eebd09 into main May 1, 2024
12 of 17 checks passed
@michaeljguarino michaeljguarino deleted the managed-by branch May 1, 2024 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix This pull request fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants