Skip to content

Commit

Permalink
Merge pull request #622 from ytsssun/develop
Browse files Browse the repository at this point in the history
Update README for the podLabel change
  • Loading branch information
ytsssun authored Jun 26, 2024
2 parents bcc413b + c51b328 commit 5002a9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ logging:
apiserver:
tracing_filter: "info"

# Provide pod level labels for the brupop resources.
podLabels: {}
```
#### Configuration via Kubernetes yaml
Expand Down
3 changes: 3 additions & 0 deletions deploy/charts/bottlerocket-update-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,7 @@ logging:
tracing_filter: "info"
apiserver:
tracing_filter: "info"

# Provide pod level labels for the brupop resources.
podLabels: {}
```
1 change: 1 addition & 0 deletions deploy/charts/bottlerocket-update-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,5 @@ resources:
cpu: 10m
memory: 40Mi

# Provide pod level labels for the brupop resources.
podLabels: {}

0 comments on commit 5002a9c

Please sign in to comment.