Skip to content

Commit

Permalink
Merge pull request #1876 from JoelSpeed/ship-machine-v1
Browse files Browse the repository at this point in the history
Add Machine V1 to payload CRDs
  • Loading branch information
deads2k committed May 2, 2024
2 parents 2b4f472 + ad2a383 commit 42506f3
Show file tree
Hide file tree
Showing 2 changed files with 953 additions and 4 deletions.
9 changes: 5 additions & 4 deletions hack/update-payload-crds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
source "$(dirname "${BASH_SOURCE}")/lib/init.sh"

crd_globs="\
authorization/v1/zz_generated.crd-manifests/*_config-operator_*.crd*yaml\
config/v1/zz_generated.crd-manifests/*_config-operator_*.crd*yaml\
machine/v1/zz_generated.crd-manifests/*.crd*yaml\
operator/v1/zz_generated.crd-manifests//*_config-operator_*.crd*yaml\
operator/v1alpha1/zz_generated.crd-manifests//*_config-operator_*.crd*yaml\
quota/v1/zz_generated.crd-manifests/*_config-operator_*.crd*yaml\
security/v1/zz_generated.crd-manifests/*_config-operator_*.crd*yaml\
securityinternal/v1/zz_generated.crd-manifests/*_config-operator_*.crd*yaml\
authorization/v1/zz_generated.crd-manifests/*_config-operator_*.crd*yaml\
operator/v1alpha1/zz_generated.crd-manifests//*_config-operator_*.crd*yaml\
operator/v1/zz_generated.crd-manifests//*_config-operator_*.crd*yaml
securityinternal/v1/zz_generated.crd-manifests/*_config-operator_*.crd*yaml
"

# To allow the crd_globs to be sourced in the verify script,
Expand Down
Loading

0 comments on commit 42506f3

Please sign in to comment.