From c20e5f2d34bc1198ca7805fe617ce9f27ccb6e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Sat, 1 Nov 2025 20:25:59 +0100 Subject: [PATCH] feat(owncloud): Added first draft for owncloud deployment --- manifests/artemis/owncloud/values.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifests/artemis/owncloud/values.yaml b/manifests/artemis/owncloud/values.yaml index 8f27d32..70e3d74 100644 --- a/manifests/artemis/owncloud/values.yaml +++ b/manifests/artemis/owncloud/values.yaml @@ -455,10 +455,9 @@ ingress: labels: {} # -- Ingress TLS configuration. tls: - tls: - - secretName: owncloud-tls - hosts: - - cloud.dgse.cloud + - secretName: owncloud-tls + hosts: + - cloud.dgse.cloud # -- Resources to apply to all init containers. initResources: {}