diff options
Diffstat (limited to 'k8s/daemon/README.md')
| -rw-r--r-- | k8s/daemon/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/k8s/daemon/README.md b/k8s/daemon/README.md index 79c8f96..1459b53 100644 --- a/k8s/daemon/README.md +++ b/k8s/daemon/README.md @@ -22,6 +22,9 @@ docker build -f k8s/daemon/Dockerfile -t ghcr.io/soryu-co/makima-daemon:latest . docker push ghcr.io/soryu-co/makima-daemon:latest ``` +> **Note:** The daemon image is also published as `ghcr.io/soryu-co/makima:latest`. +> Both images are byte-identical; the shorter name is provided as a convenience. + ### 2. Configure secrets Edit `secret.yaml` with your actual credentials, or create the secret directly: |
