We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2537b2c commit 7339b1eCopy full SHA for 7339b1e
charts/opencloud-full/Chart.yaml
@@ -9,7 +9,7 @@ maintainers:
9
email: [email protected]
10
url: https://opencloud.eu
11
type: application
12
-version: 2.0.4
+version: 2.0.5
13
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
14
appVersion: 2.3.0
15
kubeVersion: ""
charts/opencloud-full/templates/auth-app/deployment.yaml
@@ -1,3 +1,4 @@
1
+{{- /*
2
{{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameAuthApp" "appNameSuffix" "") -}}
3
apiVersion: apps/v1
4
kind: Deployment
@@ -85,3 +86,4 @@ spec:
85
86
- name: tmp-volume
87
emptyDir: {}
88
{{- include "oc.caVolume" $ | nindent 8}}
89
+*/ -}}
0 commit comments