Skip to content

Commit 02d8acc

Browse files
AndrienkoAleksandrRoming22
authored andcommitted
Cleanup Minio.
Remove console service, because it is disabled. Remove skip validation workaround for ArgoCD storage app. Signed-off-by: Oleksandr Andriienko <[email protected]>
1 parent 9c973c6 commit 02d8acc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

developer/openshift/gitops/argocd/pipeline-service-storage.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ spec:
2222
selfHeal: true
2323
syncOptions:
2424
- CreateNamespace=true
25-
# workaround to make working both minio: newer and old 4.5.4
26-
- Validate=false
2725
retry:
2826
limit: -1 # number of failed sync attempt retries; unlimited number of attempts if less than 0
2927
backoff:

developer/openshift/gitops/argocd/pipeline-service-storage/minio/tenant/tenant.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ metadata:
1313
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
1414
spec:
1515
exposeServices:
16-
console: true
1716
minio: true
1817
features:
1918
bucketDNS: false

0 commit comments

Comments
 (0)