chore(kustomize): support for cert-manager and webhooks

This commit is contained in:
Dario Tranchitella
2022-11-25 18:51:24 +01:00
parent 2c892d79e4
commit 55d7f09a34
13 changed files with 489 additions and 49 deletions

View File

@@ -16,12 +16,19 @@ resources:
kind: TenantControlPlane
path: github.com/clastix/kamaji/api/v1alpha1
version: v1alpha1
webhooks:
defaulting: true
validation: true
webhookVersion: v1
- api:
crdVersion: v1
namespaced: false
domain: clastix.io
group: kamaji
kind: DataStore
path: github.com/clastix/kamaji/api/v1alpha1
version: v1alpha1
webhooks:
defaulting: true
validation: true
webhookVersion: v1
version: "3"