Files
homelab/apps/web/k8s/base/gitea-pull-secret-sealed.yaml
Julia McGhee e0fcf2b756
Some checks are pending
CI / changes (push) Waiting to run
CI / lint-and-test (push) Waiting to run
CI / build (push) Blocked by required conditions
Deploy Production / deploy (push) Waiting to run
Fix Gitea username: julia → lazorgurl in all registry/API refs
Gitea admin username is julia but the Gitea account name is
lazorgurl. Update container registry URLs, workflow refs,
Taskfile API calls, and pull secret placeholders.
2026-03-21 16:06:58 +00:00

23 lines
676 B
YAML

# PLACEHOLDER: Re-seal with Gitea registry credentials
# kubectl create secret docker-registry gitea-pull-secret \
# --namespace apps \
# --docker-server=gitea.coreworlds.io \
# --docker-username=lazorgurl \
# --docker-password=<token> \
# --dry-run=client -o yaml | kubeseal --format yaml \
# --controller-namespace kube-system --controller-name sealed-secrets-helm
---
apiVersion: bitnami.com/v1alpha1
kind: SealedSecret
metadata:
name: gitea-pull-secret
namespace: apps
spec:
encryptedData:
.dockerconfigjson: PLACEHOLDER_SEAL_ME
template:
metadata:
name: gitea-pull-secret
namespace: apps
type: kubernetes.io/dockerconfigjson