Skip to content

feat: Add image pull secret propagation for agentrun sidecar container#54

Open
v01t wants to merge 1 commit intosympozium-ai:mainfrom
v01t:main
Open

feat: Add image pull secret propagation for agentrun sidecar container#54
v01t wants to merge 1 commit intosympozium-ai:mainfrom
v01t:main

Conversation

@v01t
Copy link
Copy Markdown
Contributor

@v01t v01t commented Mar 27, 2026

Feature allow to optionally define spec.imagePullSecrets reference as part of SymposiumInstance that propagated to AgentRun to allow pulling of skill sidecar containers from repositories that require authorization.

Examples:

kind: SympoziumInstance
spec:
  imagePullSecrets:
    - name: container-registry
kind: AgentRun
spec:
  imagePullSecrets:
    - name: container-registry

@v01t v01t force-pushed the main branch 2 times, most recently from 4cd84a0 to 19891a3 Compare March 27, 2026 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant