feat(k8s/services/miniflux): add basefiles

This commit is contained in:
cătălin 2024-01-05 18:35:20 +01:00
commit 424d395058
Signed by untrusted user: catalin
GPG key ID: 0178DF42F43E5FD2
8 changed files with 166 additions and 4 deletions

View file

@ -11,7 +11,7 @@ spec:
source:
chart: democratic-csi
repoURL: https://democratic-csi.github.io/charts/
targetRevision: 0.14.4
targetRevision: 0.14.*
helm:
releaseName: zfs-nfs
valuesObject:

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: miniflux
namespace: argocd
spec:
destination:
name: ''
namespace: 'apps-roboces'
server: 'https://kubernetes.default.svc'
source:
path: k8s/services/miniflux
repoURL: 'https://git.roboces.dev/catalin/fukuops.git'
targetRevision: main
sources: []
project: roboces
syncPolicy:
automated: {}

View file

@ -11,12 +11,12 @@ spec:
source:
chart: sealed-secrets
repoURL: https://bitnami-labs.github.io/sealed-secrets
targetRevision: 2.14.1
targetRevision: 2.14.*
helm:
releaseName: sealed-secrets
valuesObject:
fullnameOverride: sealed-secrets-controller
project: management
sources: []
syncPolicy:
automated: { }