fix: argo-wf persistence configuration (#262)

This commit is contained in:
Artyom Bakhtin 2020-05-09 00:23:02 +03:00 committed by GitHub
parent e0a49d914d
commit b770b5bfeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 19 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v2.7.6" appVersion: "v2.7.6"
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
name: argo name: argo
version: 0.8.5 version: 0.8.6
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
maintainers: maintainers:

View file

@ -33,24 +33,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
workflowDefaults: {} # Only valid for 2.7+ workflowDefaults: {} # Only valid for 2.7+
# spec: # spec:
# ttlStrategy: # ttlStrategy: