From a1bb29a2326b498dc35d3a12ff2f2431d26e9a11 Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Sun, 12 Jul 2026 22:44:56 +0300 Subject: [PATCH] make it work --- argocd/apps/mastodon.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/argocd/apps/mastodon.yaml b/argocd/apps/mastodon.yaml index 8b66112..5913729 100644 --- a/argocd/apps/mastodon.yaml +++ b/argocd/apps/mastodon.yaml @@ -117,18 +117,6 @@ 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 className: traefik