Skip to content

Commit

Permalink
fix(tags): add missing manual intervention annotations
Browse files Browse the repository at this point in the history
Co-authored-by: Fatih Türken <103541666+turkenf@users.noreply.github.com>
  • Loading branch information
declement and turkenf authored Jul 10, 2024
1 parent 9d300dc commit d73edd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/tags/v1beta1/tagbinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ kind: TagValue
metadata:
annotations:
meta.upbound.io/example-id: tags/v1beta1/tagbinding
upjet.upbound.io/manual-intervention: "This resource is skipped because the TagBinding resource is skipped"
labels:
testing.upbound.io/example-name: value
name: value
Expand Down
1 change: 1 addition & 0 deletions examples/tags/v1beta1/tagvalue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: TagValue
metadata:
annotations:
meta.upbound.io/example-id: tags/v1beta1/tagvalue
upjet.upbound.io/manual-intervention: "This resource is skipped because the dependent resource is skipped"
labels:
testing.upbound.io/example-name: value
name: value
Expand Down

0 comments on commit d73edd3

Please sign in to comment.