Skip to content

Commit

Permalink
Merge pull request #1151 from lamw/issue-1096
Browse files Browse the repository at this point in the history
fix: Update Tag Attach/Detach func to type filter
  • Loading branch information
lamw authored Jan 22, 2024
2 parents 9f1d847 + 9ceb6f0 commit c72d50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/knative/powercli/kn-pcli-nsx-tag-sync/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
broker: default
filter:
attributes:
subject: com.vmware.vsphere.com.vmware.cis.tagging.attach.v0
type: com.vmware.vsphere.com.vmware.cis.tagging.attach.v0
subscriber:
ref:
apiVersion: serving.knative.dev/v1
Expand All @@ -47,7 +47,7 @@ spec:
broker: default
filter:
attributes:
subject: com.vmware.vsphere.com.vmware.cis.tagging.detach.v0
type: com.vmware.vsphere.com.vmware.cis.tagging.detach.v0
subscriber:
ref:
apiVersion: serving.knative.dev/v1
Expand Down

0 comments on commit c72d50e

Please sign in to comment.