Fix registry secret created in wrong namespace #998

Merged
prathamesh merged 1 commits from fix-registry-secret-namespace into main 2026-03-26 08:36:40 +00:00
Member

create_registry_secret() was hardcoded to use the "default" namespace, but pods are deployed to the spec's configured namespace. The secret must be in the same namespace as the pods for imagePullSecrets to work.

`create_registry_secret()` was hardcoded to use the "default" namespace, but pods are deployed to the spec's configured namespace. The secret must be in the same namespace as the pods for `imagePullSecrets` to work.
prathamesh added 1 commit 2026-03-26 08:35:13 +00:00
Fix registry secret created in wrong namespace
Some checks failed
Lint Checks / Run linter (push) Failing after 55m3s
Smoke Test / Run basic test suite (pull_request) Has been cancelled
Webapp Test / Run webapp test suite (pull_request) Has been cancelled
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Has been cancelled
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Has been cancelled
Lint Checks / Run linter (pull_request) Has been cancelled
Deploy Test / Run deploy test suite (pull_request) Has been cancelled
d288b0984c
create_registry_secret() was hardcoded to use the "default" namespace,
but pods are deployed to the spec's configured namespace. The secret
must be in the same namespace as the pods for imagePullSecrets to work.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
prathamesh merged commit 33d3474d7d into main 2026-03-26 08:36:40 +00:00
prathamesh deleted branch fix-registry-secret-namespace 2026-03-26 08:36:40 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#998
No description provided.