Skip to content

luanngominh/gitops

Repository files navigation

GitOps Sample Project

Build


Sample project, using flux to delivery app to kubernetes cluster

Usage

  • Change {{ DEPLOY_KEY }} in flux.yaml with private key
  • Change {{ DOCKER_REDENTIAL }} in namespaces/secret.yaml with your images registry credential. Registry credential example:
{
	"auths": {
		"https://index.docker.io/v1/": {
			"auth": "bHVhbm5nb21pbmg6NmQxNjdmZTktNTk0Yy00N2RlLWEwYzAtZTlhNTkyOTViZmNk"
		}
	},
	"HttpHeaders": {
		"User-Agent": "Docker-Client/19.03.5-ce (linux)"
	}
}