-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove container registry config (#42)
For some reason we put the container registry config into the provider configuration (i think there was some max length validation in the past on garm side), whereas the tag of the image was definded in the ImageCR respective Pool Entity in GARM. This should now make ops and development easer, as one can define the desired image tag of the runner pod as a whole string like: ```yaml apiVersion: garm-operator.mercedes-benz.com/v1alpha1 kind: Image metadata: labels: app.kubernetes.io/instance: image-sample app.kubernetes.io/name: image app.kubernetes.io/part-of: garm-operator name: runner-default namespace: garm-operator-system spec: tag: localhost:5000/runner-default:main-49fe84a ```
- Loading branch information
1 parent
5a8b67e
commit b74417a
Showing
5 changed files
with
38 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters