From d445392d3b0dc505ec8cc86686773d89e7054f8e Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Sun, 12 Jul 2026 22:31:03 +0300 Subject: [PATCH] fix os again --- argocd/apps/mastodon.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/argocd/apps/mastodon.yaml b/argocd/apps/mastodon.yaml index 8b66112..15f337f 100644 --- a/argocd/apps/mastodon.yaml +++ b/argocd/apps/mastodon.yaml @@ -122,14 +122,14 @@ spec: key: ca.crt mountPath: /etc/ssl/certs/os-ca.crt - volumes: - - name: dummy - emptyDir: {} - volumeMounts: - - name: dummy - mountPath: /tmp/dummy + volumes: + - name: dummy + emptyDir: {} + volumeMounts: + - name: dummy + mountPath: /tmp/dummy - ingress: + ingress: enabled: true className: traefik annotations: