From e469aa632b5b7d63327d7a5407d1363f2f1a712c Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Sun, 12 Jul 2026 22:13:56 +0300 Subject: [PATCH] fix certs path for opensearch --- argocd/apps/mastodon.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/apps/mastodon.yaml b/argocd/apps/mastodon.yaml index a21a4bb..e12f28e 100644 --- a/argocd/apps/mastodon.yaml +++ b/argocd/apps/mastodon.yaml @@ -120,7 +120,7 @@ spec: caSecret: name: os-ca key: ca.crt - mountPath: /opt/opensearch/config/ca.certs + mountPath: /etc/ssl/certs/os-ca.crt ingress: enabled: true