File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
website/content/en/docs/building-operators/ansible/reference Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ # entries is a list of entries to include in
2
+ # release notes and/or the migration guide
3
+ entries :
4
+ - description : >
5
+ Updated Reference from " to_be_owned.namespace" to " to_be_owned.metadata.namespace " at line 186.
6
+ # kind is one of:
7
+ # - addition
8
+ # - change
9
+ # - deprecation
10
+ # - removal
11
+ # - bugfix
12
+ kind: "change"
13
+
14
+ # Is this a breaking change?
15
+ breaking: false
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ This file can be used as-is without user adjustments.
183
183
ownerReferences: "{{ (to_be_owned.metadata.ownerReferences | default([])) + [owner_reference] }}"
184
184
185
185
- name: Patch resource with owner annotation
186
- when: to_be_owned.namespace is not defined or to_be_owned.namespace != owning_resource.namespace
186
+ when: to_be_owned.metadata. namespace is not defined or to_be_owned.metadata .namespace != owning_resource.namespace
187
187
kubernetes.core.k8s:
188
188
state: present
189
189
resource_definition:
You can’t perform that action at this time.
0 commit comments