streaming ops documentation to deploy in our kubernetes cluster to connect to confluent cloud subscription we already have
Is there a documentation on how to deploy this stream ops in our kubernetes cluster to connect to our existing confluent cloud subscription?
I cloned this repo and built the docker image, deployed my kubernetes cluster. when I added a topic configuration the streaming operator detects the config , it tries to connect to confluent cloud and it error out because I haven't configured the confluent cloud broker or api keys to connect to my confluent cloud subscription. I see a reference to [email protected] and XX_CCLOUD_PASSWORD=YYYYYYYYYY in the git repo. But I do not see that addedd to the image (https://github.com/confluentinc/streaming-ops/tree/main/images/ccloud-operator/Dockerfile).
I want to use this operator to create and manage topics decoratively
I think I found the doc : https://docs.confluent.io/platform/current/tutorials/streaming-ops/index.html
I am able to follow the document to create sealed secrets and deployed the sealed secret. We have single sign on setup for user accounts in confluent cloud. So when I specify the user name and password CCLOUD_EMAIL=
@chinnasamyb does this help https://docs.confluent.io/cloud/current/access-management/sso.html#logging-in-using-the-ccloud-cli ?