From 61b2c5c0dc9da908e5a00884d56dd85631ba5828 Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Sun, 12 Jul 2026 22:28:58 +0300 Subject: [PATCH] add ca cert back --- argocd/apps/mastodon.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/argocd/apps/mastodon.yaml b/argocd/apps/mastodon.yaml index c56853b..8b66112 100644 --- a/argocd/apps/mastodon.yaml +++ b/argocd/apps/mastodon.yaml @@ -117,6 +117,17 @@ spec: tls: true preset: small_cluster existingSecret: mastodon-os + caSecret: + name: os-ca + key: ca.crt + mountPath: /etc/ssl/certs/os-ca.crt + + volumes: + - name: dummy + emptyDir: {} + volumeMounts: + - name: dummy + mountPath: /tmp/dummy ingress: enabled: true