Skip to content

Commit

Permalink
remove quotes around value
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosboca committed Apr 27, 2023
1 parent 890c995 commit 5b05f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/psmdb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
# this is how you can disable telemetry collection
# default is false which means telemetry will be collected
# NOTE: "true" or "false" must be a string
disableTelemetry: "false"
disableTelemetry: false

# set if you want to specify a namespace to watch
# defaults to `.Release.namespace` if left blank
Expand Down

0 comments on commit 5b05f85

Please sign in to comment.