wordpress-operator icon indicating copy to clipboard operation
wordpress-operator copied to clipboard

spec.podMetadata not copying into deployed pod

Open mikstur opened this issue 1 year ago • 0 comments

What happened: I am trying to pass labels into the pod using the spec.podMetadata object, but the deployed pod doesn't result in containing any labels.

What you expected to happen: Expected the deployed pod to have the labels passed in via spec.podMetadata.labels.

How to reproduce it (as minimally and precisely as possible):

Add a spec.podMetadata like:

  podMetadata:
    labels:
      custom_label: abc

mikstur avatar Apr 28 '23 14:04 mikstur