Skip to content

Commit 7fdc6a5

Browse files
committed
fix: Argo-workflows artifact and log storage (#547)
* fix readme * fix readme.md
1 parent 8d43ba8 commit 7fdc6a5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

charts/gitops-runtime/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ argo-workflows:
2525
controller:
2626
workflowDefaults:
2727
spec:
28-
archiveLogs: true
29-
artifactRepository:
28+
artifactRepositoryRef:
3029
configMap: codefresh-workflows-log-store
3130
key: codefresh-workflows-log-store
3231
```

charts/gitops-runtime/README.md.gotmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ argo-workflows:
2525
controller:
2626
workflowDefaults:
2727
spec:
28-
archiveLogs: true
29-
artifactRepository:
28+
artifactRepositoryRef:
3029
configMap: codefresh-workflows-log-store
3130
key: codefresh-workflows-log-store
3231
```

0 commit comments

Comments
 (0)