Skip to content

Commit

Permalink
Update README for the podLabel change
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsssun committed Apr 29, 2024
1 parent 69e2aec commit c51b328
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 c51b328

Please sign in to comment.