feat(clustertool): Add support for autoconfiguring DockerHub credentials

This commit is contained in:
Kjeld Schouten
2024-10-19 14:09:28 +02:00
parent d5bbc600ca
commit 0d1548d1bc
2 changed files with 49 additions and 1 deletions
@@ -12,6 +12,10 @@ DASHBOARD_IP: 192.168.20.211
# Used to automatically generate a sshkey-pair for FluxCD
# Has to start with ssh://
GITHUB_REPOSITORY: ""
# DO NOT ALTER
## Uncomment and adapt to automatically setup your dockerhub credentials
## This should prevent much of the potential ratelimits
# DOCKERHUB_USER: dockerhub-username
# DOCKERHUB_PASSWORD: dockerhub-password
## DO NOT ALTER
PODNET: 172.16.0.0/16
SVCNET: 172.17.0.0/16