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

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

cis benchmark needs crds, too

parent be223f26
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
...@@ -10,7 +10,7 @@ metadata: ...@@ -10,7 +10,7 @@ metadata:
apiVersion: helm.cattle.io/v1 apiVersion: helm.cattle.io/v1
kind: HelmChart kind: HelmChart
metadata: metadata:
name: rancher name: rancher-cis-benchmark
namespace: kube-system namespace: kube-system
spec: spec:
repo: {{ item.value.repo | default("https://releases.rancher.com/server-charts/latest") }} repo: {{ item.value.repo | default("https://releases.rancher.com/server-charts/latest") }}
...@@ -20,4 +20,16 @@ spec: ...@@ -20,4 +20,16 @@ spec:
set: set:
alerts.enabled: true alerts.enabled: true
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: rancher-cis-benchmark-crd
namespace: kube-system
spec:
repo: {{ item.value.repo | default("https://releases.rancher.com/server-charts/latest") }}
chart: rancher-cis-benchmark-crd
version: {{ item.value.version | default("2.0.4") }}
targetNamespace: cis-operator-system
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment