Set owner references to objects created by the controller #2

Closed
opened 2023-11-24 18:23:17 +00:00 by allanger · 1 comment
allanger commented 2023-11-24 18:23:17 +00:00 (Migrated from git.badhouseplants.net)

It should be set only when an object is created by the operator, otherwise it should throw a corresponding error

spec: 
  - targets:
     - name: example
        target:
          kind: Secret
          name: test
          owned: true
It should be set only when an object is created by the operator, otherwise it should throw a corresponding error ```yaml spec: - targets: - name: example target: kind: Secret name: test owned: true ```
allanger commented 2024-01-06 09:24:19 +00:00 (Migrated from git.badhouseplants.net)

It's not optional atm. Every object created by shoebill will have a reference. Closed by #9

It's not optional atm. Every object created by shoebill will have a reference. Closed by #9
Sign in to join this conversation.
No description provided.