We can configure git-ops on Kubernetes agent with helm by adding environment variables like this:
--set agent.env.INSTANA_GIT_REMOTE_USERNAME='<username>' \
--set agent.env.INSTANA_GIT_REMOTE_PASSWORD='<password>' \
--set agent.env.INSTANA_GIT_REMOTE_REPOSITORY='<your_url>' \
--set agent.env.INSTANA_GIT_REMOTE_BRANCH='<your_branch>' \
Comments