fix: wrong arg
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 23s
lint-test-helm / validate-kubeconform (pull_request) Successful in 19s
render-manifests / render-manifests (pull_request) Successful in 51s

This commit is contained in:
2026-04-27 15:32:41 -05:00
parent 1ddcd888a4
commit 386521de7c
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ stalwart:
tag: v1.10.0@sha256:a6a4d4403f670faf6a94b8c7f9adbca3ead91f26dd64e5ccf95fa69025dc6e58
args:
- '--es.uri=https://elasticsearch-stalwart-es-http.tubearchivist:9200'
- '--es.ssl-skip-verify=true'
- '--es.ssl-skip-verify'
resources:
requests:
cpu: 1m

View File

@@ -108,7 +108,7 @@ tubearchivist:
tag: v1.10.0@sha256:a6a4d4403f670faf6a94b8c7f9adbca3ead91f26dd64e5ccf95fa69025dc6e58
args:
- '--es.uri=https://elasticsearch-tubearchivist-es-http.tubearchivist:9200'
- '--es.ssl-skip-verify=true'
- '--es.ssl-skip-verify'
resources:
requests:
cpu: 1m