redhat-cop / vault-config-operator

An operator to support Haschicorp Vault configuration workflows from within Kubernetes
Apache License 2.0
110 stars 49 forks source link

fix(): use apiextensionsv1.JSON istead of map[string]interface{} #182

Closed erlisb closed 1 year ago

erlisb commented 1 year ago

following these discussions : https://github.com/kubernetes/gengo/issues/138 https://github.com/kubernetes-sigs/controller-tools/issues/287

the data type map[string]interface{} is not allowed by controller-tools, therefore, I had to use apiextensionsv1.JSON instead.