feat(k8s): integrate registry secret into deployment workflow
- Add deploy/k8s/registry-secret.yaml with Gitea registry credentials - Make registry-secret namespace-agnostic (removed hardcoded 'tools' namespace) - Update k8s-deploy target to automatically apply registry secret - Simplify deployment workflow - no longer requires manual k8s-secret-create step - Update help documentation to reflect streamlined deployment process The registry secret is now automatically deployed to the target namespace, making the deployment workflow more convenient and consistent across all environments (dev, staging, prod). 🤖 Generated with OpenCode Co-Authored-By: OpenCode <noreply@opencode.com>
This commit is contained in:
7
deploy/k8s/registry-secret.yaml
Normal file
7
deploy/k8s/registry-secret.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
data:
|
||||
.dockerconfigjson: eyJhdXRocyI6eyJnaXRlYS1odHRwLnRhaWxkYjM0OTQudHMubmV0Ijp7InVzZXJuYW1lIjoid2lsbCIsInBhc3N3b3JkIjoiZnJhY2s2NjYiLCJlbWFpbCI6IndpbGxAd2lsbHMtcG9ydGFsLmNvbSIsImF1dGgiOiJkMmxzYkRwbWNtRmphelkyTmc9PSJ9fX0=
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: regcred
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
Reference in New Issue
Block a user