Skip to content

Commit

Permalink
Merge pull request #514 from KevFan/kustomize
Browse files Browse the repository at this point in the history
kustomize: use patches instead of patchesJson6902
  • Loading branch information
KevFan authored Jan 27, 2025
2 parents f5a4c9d + 6e89d8e commit b2bde91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ resources:
#- patches/webhook_in_authconfigs.yaml
# +kubebuilder:scaffold:crdkustomizewebhookpatch

patchesJson6902:
patches:
- path: patches/oneof_in_authconfigs.yaml
target:
group: apiextensions.k8s.io
version: v1
kind: CustomResourceDefinition
name: authconfigs.authorino.kuadrant.io
version: v1

0 comments on commit b2bde91

Please sign in to comment.