Skip to content

Commit

Permalink
fix kustomize
Browse files Browse the repository at this point in the history
Signed-off-by: DavidSpek <[email protected]>
  • Loading branch information
davidspek committed Oct 26, 2022
1 parent 7d5dbed commit 30e0b7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ resources:
- bases/platform.plural.sh_resourcegroups.yaml
- bases/platform.plural.sh_licenses.yaml
- bases/platform.plural.sh_configurationoverlays.yaml
- bases/platform.plural.sh_registrycredentials.yaml
- bases/vpn.plural.sh_wireguardservers.yaml
- bases/vpn.plural.sh_wireguardpeers.yaml
#+kubebuilder:scaffold:crdkustomizeresource
Expand All @@ -40,6 +41,7 @@ patchesStrategicMerge:
#- patches/webhook_in_defaultstorageclasses.yaml
#- patches/webhook_in_licenses.yaml
#- patches/webhook_in_configurationoverlays.yaml
#- patches/webhook_in_registrycredentials.yaml
#- patches/webhook_in_wireguardservers.yaml
#- patches/webhook_in_wireguardpeers.yaml
#+kubebuilder:scaffold:crdkustomizewebhookpatch
Expand All @@ -57,6 +59,7 @@ patchesStrategicMerge:
#- patches/cainjection_in_defaultstorageclasses.yaml
#- patches/cainjection_in_licenses.yaml
#- patches/cainjection_in_configurationoverlays.yaml
#- patches/cainjection_in_registrycredentials.yaml
#- patches/cainjection_in_wireguardservers.yaml
#- patches/cainjection_in_wireguardpeers.yaml
#+kubebuilder:scaffold:crdkustomizecainjectionpatch
Expand Down

0 comments on commit 30e0b7b

Please sign in to comment.