We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d81082 commit 2cbb7acCopy full SHA for 2cbb7ac
1 file changed
charts/workflow/values.yaml
@@ -327,6 +327,9 @@ prometheus:
327
# Configure the following ONLY if using an off-cluster prometheus database
328
# URL configuration is only available in off-cluster prometheus database
329
url: "http://my.prometheus.url:9090"
330
+ # The username and password to be used by the on-cluster database.
331
+ username: "admin"
332
+ password: "admin"
333
334
# Drycc Gateway is a gateway chart that integrates cert-manager.
335
gateway:
0 commit comments