Skip to content

Commit

Permalink
How to set a flag without an argument
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed May 9, 2024
1 parent 02d27c7 commit f866631
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ configmapReload:
# containerPort: 9533

## Additional configmap-reload container arguments
## Set to null for argumentless flags
##
extraArgs: {}

Expand Down Expand Up @@ -271,8 +272,10 @@ server:
# value: "Bearer ABCDEabcde12345"

## Additional Prometheus server container arguments
## Set to null for argumentless flags
##
extraArgs: {}
# web.enable-remote-write-receiver: null

## Additional InitContainers to initialize the pod
##
Expand Down

0 comments on commit f866631

Please sign in to comment.