moved archive option to a comment
This commit is contained in:
parent
acc13abe68
commit
c709d508ee
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,6 @@ controller:
|
||||||
path: /metrics
|
path: /metrics
|
||||||
port: 8080
|
port: 8080
|
||||||
persistence:
|
persistence:
|
||||||
archive: false
|
|
||||||
# connectionPool:
|
# connectionPool:
|
||||||
# maxIdleConns: 100
|
# maxIdleConns: 100
|
||||||
# maxOpenConns: 0
|
# maxOpenConns: 0
|
||||||
|
@ -52,6 +51,8 @@ controller:
|
||||||
# passwordSecret:
|
# passwordSecret:
|
||||||
# name: argo-postgres-config
|
# name: argo-postgres-config
|
||||||
# key: password
|
# key: password
|
||||||
|
# # show archived workflows in argo-server after workflow pods are deleted, requires postgresql
|
||||||
|
# archive: true
|
||||||
workflowDefaults: {} # Only valid for 2.7+
|
workflowDefaults: {} # Only valid for 2.7+
|
||||||
# spec:
|
# spec:
|
||||||
# ttlStrategy:
|
# ttlStrategy:
|
||||||
|
|
Loading…
Reference in a new issue