diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index a0b2ec3a5..27279902e 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -25,8 +25,7 @@ argo-workflows: controller: workflowDefaults: spec: - archiveLogs: true - artifactRepository: + artifactRepositoryRef: configMap: codefresh-workflows-log-store key: codefresh-workflows-log-store ``` diff --git a/charts/gitops-runtime/README.md.gotmpl b/charts/gitops-runtime/README.md.gotmpl index adc97e081..49fdea3a2 100644 --- a/charts/gitops-runtime/README.md.gotmpl +++ b/charts/gitops-runtime/README.md.gotmpl @@ -25,8 +25,7 @@ argo-workflows: controller: workflowDefaults: spec: - archiveLogs: true - artifactRepository: + artifactRepositoryRef: configMap: codefresh-workflows-log-store key: codefresh-workflows-log-store ```