14 lines
316 B
YAML
14 lines
316 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: mailhog4masto
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: mastodon
|
|
server: https://kubernetes.default.svc
|
|
project: infra
|
|
source:
|
|
chart: redis
|
|
repoURL: https://codecentric.github.io/helm-charts
|
|
targetRevision: 5.8.0
|