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

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

gatekeeper needs crds, too

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