You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to extend the CRD for secretproviderclasses so that it supports a templates field. The templates are rendered as literals in the resulting secret and can template values inside the template using other secret literals in the generated secret resource.
I can't get hack/update-cdoegen.sh to work though. I get errors about flags like --output-package not being valid.
I'm using go version go1.23.3 darwin/arm64 on a Mac with an M1 chip.
The text was updated successfully, but these errors were encountered:
I'm trying to extend the CRD for secretproviderclasses so that it supports a templates field. The templates are rendered as literals in the resulting secret and can template values inside the template using other secret literals in the generated secret resource.
I can't get
hack/update-cdoegen.sh
to work though. I get errors about flags like--output-package
not being valid.I'm using
go version go1.23.3 darwin/arm64
on a Mac with an M1 chip.The text was updated successfully, but these errors were encountered: