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 ebf5409 commit bdd512c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/acls/csp1_producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ spec:
operations:
- Write
host: "*"
- resource:
type: cluster
name: kafka-cluster
patternType: literal
operations:
- IdempotentWrite
---
apiVersion: apps/v1
kind: Deployment
Expand Down
6 changes: 6 additions & 0 deletions kubernetes/acls/csp1_transformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ spec:
operations:
- Describe
- Write
- resource:
type: cluster
name: kafka-cluster
patternType: literal
operations:
- IdempotentWrite
---
apiVersion: apps/v1
kind: Deployment
Expand Down
6 changes: 6 additions & 0 deletions kubernetes/acls/csp2_producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ spec:
operations:
- Write
host: "*"
- resource:
type: cluster
name: kafka-cluster
patternType: literal
operations:
- IdempotentWrite
---
apiVersion: apps/v1
kind: Deployment
Expand Down
6 changes: 6 additions & 0 deletions kubernetes/acls/csp2_transformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ spec:
operations:
- Describe
- Write
- resource:
type: cluster
name: kafka-cluster
patternType: literal
operations:
- IdempotentWrite
---
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit bdd512c

Please sign in to comment.