Add imagePullSecrets for registry auth

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Fam Zheng 2026-02-28 10:53:40 +00:00
parent 85ab93798b
commit 6481c9d386

View File

@ -31,6 +31,8 @@ spec:
labels: labels:
app: tori app: tori
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: tori - name: tori
image: registry.oci.euphon.net/tori:latest image: registry.oci.euphon.net/tori:latest