move cert-manager and ingress-nginx from kubespray to separate modules, remove reset action and update observability template

This commit is contained in:
2024-04-28 00:25:30 +03:00
parent 6804fe3482
commit 6aac54a915
18 changed files with 4606 additions and 92 deletions

View File

@@ -1,9 +1,13 @@
{{- if .Modules.Additional.Storage.Longhorn.Enabled }}
- name: longhorn
namespace: longhorn-system
create_namespace: true
chart_ref: kube-forge/longhorn
chart_version: 1.6.1
{{- if .Modules.Additional.Storage.Longhorn.Enabled }}
release_state: "present"
{{- else }}
release_state: "absent"
{{- end }}
values:
global:
cattle:
@@ -484,4 +488,3 @@
# -- Setting that allows Longhorn to generate code coverage profiles.
enableGoCoverDir: false
{{- end }}