fix certs path for opensearch

This commit is contained in:
Alexander Rogov
2026-07-12 22:13:56 +03:00
parent 307bd4b3d9
commit e469aa632b

View File

@@ -120,7 +120,7 @@ spec:
caSecret: caSecret:
name: os-ca name: os-ca
key: ca.crt key: ca.crt
mountPath: /opt/opensearch/config/ca.certs mountPath: /etc/ssl/certs/os-ca.crt
ingress: ingress:
enabled: true enabled: true