Argo seems to use a different release name
This commit is contained in:
parent
b7aa866bb9
commit
122fe9e8af
2 changed files with 4 additions and 4 deletions
|
@ -13,16 +13,16 @@ patches:
|
||||||
- path: secret-remove-helm-ones.yaml
|
- path: secret-remove-helm-ones.yaml
|
||||||
target:
|
target:
|
||||||
kind: Secret
|
kind: Secret
|
||||||
name: masto-mastodon
|
name: 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: masto-mastodon
|
name: mastodon
|
||||||
- path: deployment-nosidekiqyet.yaml
|
- path: deployment-nosidekiqyet.yaml
|
||||||
target:
|
target:
|
||||||
version: v1
|
version: v1
|
||||||
group: apps
|
group: apps
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: masto-mastodon-sidekiq-combined
|
name: mastodon-sidekiq-combined
|
||||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: mastodon
|
namespace: mastodon
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
project: infra
|
project: apps
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue