-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't workingtriageIssue is awaiting triageIssue is awaiting triage
Description
To Reproduce
- Start the application and login
- Create a minikube cluster that is able to call the Bailo CR
- Upload an image to the Bailo CR (creating a model, model-card, and artefact)
- Create a personal access token
- Select
Kubernetes Secret
- Run through config steps 1 and 2 on the k8s cluster (create secret and apply)
- Update the
manifest.yaml
file for the deployment andkubectl apply -f manifest.yaml
Current vs. Expected behavior
Expected Behavior:
Image pulls successfully
Actual Behavior:
When creating the secret the secret name is created using the token.description
in step 1, however the configFileName
is subsequently used as the reference for the imagePullSecrets
leading to any images failing to pull when adding this to the k8s manifest.
Provide environment information
Identified on https://github.com/gchq/Bailo/commit/ab0d3a40c46a83b6dd3d6366abfaad02f31b0127
Additional context
What is the priority of your issue?
Low
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageIssue is awaiting triageIssue is awaiting triage