ttrss: move to helm chart

This commit is contained in:
Ruben Hensen
2025-01-20 00:12:43 +01:00
parent 6c5d5f86ed
commit 1a781aea24
15 changed files with 19 additions and 19 deletions
+19 -19
View File
@@ -1,19 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ttrss
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
path: ttrss
destination:
server: https://kubernetes.default.svc
namespace: ttrss
syncPolicy:
syncOptions:
- CreateNamespace=true
# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: ttrss
# namespace: argocd
# finalizers:
# - resources-finalizer.argocd.argoproj.io
# spec:
# project: default
# source:
# repoURL: https://github.com/rubenhensen/k8scd.git
# targetRevision: HEAD
# path: ttrss
# destination:
# server: https://kubernetes.default.svc
# namespace: ttrss
# syncPolicy:
# syncOptions:
# - CreateNamespace=true