moved archive option to a comment

This commit is contained in:
Mike Dvorak 2020-06-09 10:46:09 -07:00
parent acc13abe68
commit c709d508ee

View file

@ -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: