Skip to content

Commit

Permalink
Fix omitStages examples to be list, not string
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Smith <[email protected]>
  • Loading branch information
joelsmith committed Feb 20, 2024
1 parent 72fc5d0 commit e923d37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ spec:
# policy:
# rules:
# - level: Metadata
# omitStages: "RequestReceived"
# omitStages:
# - RequestReceived
# omitManagedFields: false
# lifetime:
# maxAge: "2"
Expand Down
3 changes: 2 additions & 1 deletion hack/kedacontroller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ spec:
# policy:
# rules:
# - level: Metadata
# omitStages: "RequestReceived"
# omitStages:
# - RequestReceived
# omitManagedFields: false
# lifetime:
# maxAge: "2"
Expand Down

0 comments on commit e923d37

Please sign in to comment.