*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit a0687875 authored by entlein's avatar entlein
Browse files

MONITORING I: adding helm charts for cattle-monitoring-system

parent 4cf183eb
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
---
kind: Namespace
apiVersion: v1
metadata:
name: cattle-monitoring-system
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: rancher
namespace: kube-system
spec:
repo: {{ item.value.repo | default("https://charts.rancher.io") }}
chart: rancher-monitoring-crd
version: {{ item.value.version | default("100.1.0+up19.0.3") }}
targetNamespace: cattle-monitoring-system
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: rancher
namespace: kube-system
spec:
repo: {{ item.value.repo | default("https://charts.rancher.io") }}
chart: rancher-monitoring
version: {{ item.value.version | default("100.1.0+up19.0.3") }}
targetNamespace: cattle-monitoring-system
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment