infra4talos/apps-kustomized/mastodon/kustomization.yaml
Martyn f0421931ed 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.
2025-10-05 15:48:44 +02:00

28 lines
625 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmChartInflationGenerator:
- chartname: mastodon
chartRepoUrl: https://helm.dustinrue.com
chartVersion: 0.4.4
releaseName: masto
releaseNamespace: mastodon
values: values.yaml
patches:
- path: secret-remove-helm-ones.yaml
target:
kind: Secret
name: masto-mastodon
- path: ingress-wildcardtls.yaml
target:
version: v1
group: networking.k8s.io
kind: Ingress
name: masto-mastodon
- path: deployment-nosidekiqyet.yaml
target:
version: v1
group: apps
kind: Deployment
name: masto-mastodon-sidekiq-combined