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.
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: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