nxtgauge-gitops/clusters/production/flux-system/forgejo-regcred.example.yaml
sync-test f0906d2c67
All checks were successful
sync-to-forgejo / sync (push) Successful in 18s
Add Traceworks Flux image automation
2026-07-05 23:04:54 +05:30

8 lines
261 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: forgejo-regcred
namespace: flux-system
type: kubernetes.io/dockerconfigjson
stringData:
.dockerconfigjson: '{"auths":{"ci.nxtgauge.com":{"username":"admin","password":"replace_me","auth":"replace_me_base64"}}}'