Hello everyone. I'm having a problem using the .ge...
# python
h
Hello everyone. I'm having a problem using the .get() function from the k8s provider. Apparently depends_on seems to be not working with .get() functions. I create a k8s secret in one place indirectly (operator creates it) and in another place (component resource that depends on the oher CR with the creation) i use the .get() function to read it. But I am getting this error during the plan phase (even if i only target the first CR):
Copy code
error: Preview failed: resource 'rabbitmq/telegraf-user-credentials' does not exist
I appreciate any recommendations on how do depends_on with get(). Thanks :)