feat(owncloud): Added first draft for owncloud deployment

This commit is contained in:
Daniël Groothuis
2025-11-01 20:17:32 +01:00
parent 4e56529d45
commit d0574f0a9f
7 changed files with 594 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: owncloud
resources:
- secret.yaml
helmCharts:
- name: owncloud
repo: https://owncloud-docker.github.io/helm-charts
version: 0.8.0
releaseName: owncloud
namespace: owncloud
valuesFile: values.yaml