Skip to content
Snippets Groups Projects
Verified Commit 4e0dcb83 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

kyverno: Adjust behaviour for CRD installs

parent 1c6c13ce
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,10 @@ spec: ...@@ -13,6 +13,10 @@ spec:
name: kyverno name: kyverno
version: v2.0.3 version: v2.0.3
interval: 5m interval: 5m
install:
crds: CreateReplace
upgrade:
crds: CreateReplace
--- ---
apiVersion: helm.toolkit.fluxcd.io/v2beta1 apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease kind: HelmRelease
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment