Skip to content
Snippets Groups Projects
Commit f53a8964 authored by Mariano Cano's avatar Mariano Cano
Browse files

Adapt kustomization.yaml to version 3

parent 790a3826
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ resources:
- bases/certmanager.step.sm_stepissuers.yaml
# +kubebuilder:scaffold:crdkustomizeresource
patches:
patchesStrategicMerge:
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
# patches here are for enabling the conversion webhook for each CRD
#- patches/webhook_in_stepissuers.yaml
......
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Adds namespace to all resources.
namespace: step-issuer-system
......@@ -12,7 +15,7 @@ namePrefix: step-issuer-
#commonLabels:
# someName: someValue
bases:
resources:
- ../crd
- ../rbac
- ../manager
......@@ -21,7 +24,7 @@ bases:
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
#- ../certmanager
patches:
patchesStrategicMerge:
- manager_image_patch.yaml
# Protect the /metrics endpoint by putting it behind auth.
# Only one of manager_auth_proxy_patch.yaml and
......
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