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.
23 lines
676 B
YAML
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
|