Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Oct 13, 2024
1 parent 076f278 commit 90ce7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reconcile/utils/external_resource_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class ExternalResourceSpec:
resource: MutableMapping[str, Any]
namespace: Mapping[str, Any]
secret: Mapping[str, str] = field(init=False, default_factory=lambda: {})
# Metadata is used for processing data that shuold not be included in the secret data
# Metadata is used for processing data that should not be included in the secret data
# e.g: ERV2 adds a updated_at attribute that acts as optimistic lock.
metadata: MutableMapping[str, Any] = field(
init=False, compare=False, repr=False, hash=False, default_factory=lambda: {}
Expand Down

0 comments on commit 90ce7f1

Please sign in to comment.