Skip to content

Commit 2cbb7ac

Browse files
authored
chore(charts): prometheus add user/passwd config (#45)
1 parent 9d81082 commit 2cbb7ac

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

charts/workflow/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@ prometheus:
327327
# Configure the following ONLY if using an off-cluster prometheus database
328328
# URL configuration is only available in off-cluster prometheus database
329329
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"
330333

331334
# Drycc Gateway is a gateway chart that integrates cert-manager.
332335
gateway:

0 commit comments

Comments
 (0)