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

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

LOGGING I: adding the CRD chart

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