Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
itadventurer committed Jun 24, 2024
1 parent f6a87c4 commit 768f4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/acls/csp1_transformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
host: "*"
- resource:
type: topic
name: csp1-transactions
name: csp1.transactions
patternType: literal
operations:
- Read
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/acls/csp2_producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
acls:
- resource:
type: topic
name: csp2-transactions
name: csp2.transactions
patternType: literal
operations:
- Write
Expand Down

0 comments on commit 768f4c5

Please sign in to comment.