docs: add secrets-checklist items 8 & 9 (gitea-registry + gitea-image-automation-token) #59
Reference in New Issue
Block a user
Delete Branch "feature/secrets-checklist-items-8-9"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds two new entries to
docs/secrets-checklist.mdto track Phase 0 blockers raised in #57 and #58, and wires the push secret reference into the ImageUpdateAutomation manifest.Changes
gitea-registry): imagePullSecret of typekubernetes.io/dockerconfigjsonrequired in four namespaces (zip-enrichment,holidays,air-quality,docs-site) so pods can pull fromregistry.leeworks.devwithout ImagePullBackOff.gitea-image-automation-token):write:repository-scoped Gitea token secret influx-systemrequired for FluxImageUpdateAutomationto push tag-update commits.push.secretRef: gitea-image-automation-tokentoflux/image-automation/imageupdateautomation.yamlso the manifest reflects the required secret.Closes leeworks-agents/api-company#58
Closes leeworks-agents/api-company#57