[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = http://cafe-gitea-http.website.svc.cluster.local:3000/helmchart/wordpress
	fetch = +refs/heads/*:refs/remotes/origin/*
[gc]
	auto = 0
[http "http://cafe-gitea-http.website.svc.cluster.local:3000/"]
	extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46NmUwNmZhMjlmNjhmZDNlYWI0YjQ5NmJhODlmM2UyYmRkNTJmMDhhMA==
[branch "main"]
	remote = origin
	merge = refs/heads/main
[user]
	name = Gitea Actions
	email = actions@git.cafepieters.com
