pluralsh / plural-cli

cli for the plural platform
MIT License
27 stars 10 forks source link

fix namespace creation for deployment operator #507

Closed zreigz closed 6 months ago

zreigz commented 6 months ago

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