Skip to content

Commit d9f2066

Browse files
committed
Remove namespace definition completely as suggested by @wrenix
1 parent 929fefa commit d9f2066

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

charts/opencloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
1111
url: https://opencloud.eu
1212
type: application
13-
version: 0.1.3
13+
version: 0.1.4
1414
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1515
appVersion: latest
1616
kubeVersion: ""

charts/opencloud/templates/namespace.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

charts/opencloud/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
# GLOBAL SETTINGS
2222
# =====================================================================
2323

24-
# Deprecated: Namespace is now controlled by Helm (.Release.Namespace)
25-
# namespace: ""
2624
# Create the namespace if it doesn't exist
2725
createNamespace: true
2826

0 commit comments

Comments
 (0)