microsoft / bedrock

Automation for Production Kubernetes Clusters with a GitOps Workflow
MIT License
130 stars 12 forks source link

flux is polling the master branch instead on main #1453

Closed amit1411 closed 3 years ago

amit1411 commented 3 years ago

New branches being created in the project are named as "main" instead on "master". Default behaviour of flux is to still poll the "master" branch. Changed gitops_url_branch variable's default value from "master" to "main" in cluster/common/flux/variables.tf.