YC: fix indentation
This commit is contained in:
parent
1aafbc3b81
commit
2933f33597
1 changed files with 18 additions and 18 deletions
|
@ -29,24 +29,24 @@ controller:
|
||||||
enabled: false
|
enabled: false
|
||||||
path: /metrics
|
path: /metrics
|
||||||
port: 8080
|
port: 8080
|
||||||
persistence: {}
|
persistence: {}
|
||||||
# connectionPool:
|
# connectionPool:
|
||||||
# maxIdleConns: 100
|
# maxIdleConns: 100
|
||||||
# maxOpenConns: 0
|
# maxOpenConns: 0
|
||||||
# # save the entire workflow into etcd and DB
|
# # save the entire workflow into etcd and DB
|
||||||
# nodeStatusOffLoad: false
|
# nodeStatusOffLoad: false
|
||||||
# postgresql:
|
# postgresql:
|
||||||
# host: localhost
|
# host: localhost
|
||||||
# port: 5432
|
# port: 5432
|
||||||
# database: postgres
|
# database: postgres
|
||||||
# tableName: argo_workflows
|
# tableName: argo_workflows
|
||||||
# # the database secrets must be in the same namespace of the controller
|
# # the database secrets must be in the same namespace of the controller
|
||||||
# userNameSecret:
|
# userNameSecret:
|
||||||
# name: argo-postgres-config
|
# name: argo-postgres-config
|
||||||
# key: username
|
# key: username
|
||||||
# passwordSecret:
|
# passwordSecret:
|
||||||
# name: argo-postgres-config
|
# name: argo-postgres-config
|
||||||
# key: password
|
# key: password
|
||||||
telemetryConfig:
|
telemetryConfig:
|
||||||
enabled: false
|
enabled: false
|
||||||
path: /telemetry
|
path: /telemetry
|
||||||
|
|
Loading…
Reference in a new issue