chore(polymarket-bot): remove gitea-registry secret from GitOps
The dockerconfigjson held the old account password (now rotated/revoked) in plaintext. Manage this image-pull secret out-of-band via kubectl (like researchowl), so no registry credential lives in git going forward. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: gitea-registry
|
|
||||||
namespace: polymarket-bot
|
|
||||||
type: kubernetes.io/dockerconfigjson
|
|
||||||
data:
|
|
||||||
.dockerconfigjson: eyJhdXRocyI6eyJnaXQuY2hlbWF2eC54eXoiOnsidXNlcm5hbWUiOiJjaGVtYXZ4IiwicGFzc3dvcmQiOiJHaXRBZG1pbjIwMjZ4IiwiYXV0aCI6IlkyaGxiV0YyZURwSGFYUkJaRzFwYmpJd01qWjQifX19
|
|
||||||
Reference in New Issue
Block a user