mirror of
https://github.com/zoriya/snow.git
synced 2026-08-05 22:08:55 +00:00
21 lines
425 B
YAML
21 lines
425 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: freshrss
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: freshrss
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: false
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
source:
|
|
repoURL: https://github.com/zoriya/snow
|
|
targetRevision: HEAD
|
|
path: charts/freshrss
|