XenitAB / gatekeeper-library

Collection of OPA Gatekeeper policies that can be used in your Kubernetes cluster.
MIT License
14 stars 7 forks source link

Patch submodule, update Makefile & change azureidentityformat #45

Closed NissesSenap closed 3 years ago

NissesSenap commented 3 years ago

Azureidentityformat contain

        listKind: AzureIdentityFormatList
        plural: AzureIdentityFormat
        singular: AzureIdentityFormat

These don't seem to be needed. At the same time I'm forced to update the Makefile to work with the new submodule.

NissesSenap commented 3 years ago

Trying to solve

git submodule update --init --remote
Submodule path 'external': checked out '19cbebd1038add729abcfc0a002d06542e81c761'
Error: open ./external/library/experimental/mutation//template.yaml: no such file or directory
cat: ./external/library/experimental/mutation//template.yaml: No such file or directory
make: *** [Makefile:17: generate] Error 1
Error: Process completed with exit code 2.