I intend to use the `ConfigFile` to deploy some ra...
# kubernetes
a
I intend to use the
ConfigFile
to deploy some raw manifests (including CRDs) . Is there a mechanism equivalent to
kubectl wait -n <namespace> --for=condition=Established crd/<crd-name>
? I want to make sure that subsequent deployments will execute after the CRDs are ready