Skip to content

Commit

Permalink
Merge pull request #259 from xandradx/fix-doc
Browse files Browse the repository at this point in the history
The field annotation is not supported it shoud be annotations.
  • Loading branch information
fahedouch authored Sep 26, 2023
2 parents 5ef5c6f + a41ca4c commit f1a3e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ apiVersion: ansible.crossplane.io/v1alpha1
kind: AnsibleRun
metadata:
name: openshift-cluster
annotation:
annotations:
ansible.crossplane.io/runPolicy: ObserveAndDelete
spec:
forProvider:
Expand Down Expand Up @@ -499,7 +499,7 @@ apiVersion: ansible.crossplane.io/v1alpha1
kind: AnsibleRun
metadata:
name: remote-example
annotation:
annotations:
ansible.crossplane.io/runPolicy: CheckWhenObserve
spec:
forProvider:
Expand Down

0 comments on commit f1a3e96

Please sign in to comment.