Revert "Argo seems to use a different release name"

This reverts commit 122fe9e8af.

I was wrong, but the overzealous search and replace made the diff
strange.
This commit is contained in:
Martyn 2025-10-05 15:48:44 +02:00
parent 63dc8d0060
commit f0421931ed
2 changed files with 4 additions and 4 deletions

View file

@ -13,16 +13,16 @@ patches:
- path: secret-remove-helm-ones.yaml - path: secret-remove-helm-ones.yaml
target: target:
kind: Secret kind: Secret
name: mastodon name: masto-mastodon
- path: ingress-wildcardtls.yaml - path: ingress-wildcardtls.yaml
target: target:
version: v1 version: v1
group: networking.k8s.io group: networking.k8s.io
kind: Ingress kind: Ingress
name: mastodon name: masto-mastodon
- path: deployment-nosidekiqyet.yaml - path: deployment-nosidekiqyet.yaml
target: target:
version: v1 version: v1
group: apps group: apps
kind: Deployment kind: Deployment
name: mastodon-sidekiq-combined name: masto-mastodon-sidekiq-combined

View file

@ -7,7 +7,7 @@ spec:
destination: destination:
namespace: mastodon namespace: mastodon
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
project: apps project: infra
source: source:
path: apps-kustomized/mastodon path: apps-kustomized/mastodon
repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos