-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load provider definition dynamically #944
Load provider definition dynamically #944
Conversation
I would prefer to put provider yamls into ConfigMap instead of baking it into the image. |
@zerospiel Please also take a look at this |
e10c00a
to
3d76f9c
Compare
Wait, maybe I misunderstood, just mounting CMs (that have inline YAMLs in them) into image? If so, yea that should work, this was the end-goal actually. |
Yes, I meant just move these yamls to CM and mount this CM as a volume in Deployment. |
3d76f9c
to
9323081
Compare
564a932
to
d9c908c
Compare
c0acce7
to
8382749
Compare
535eb23
to
37ea1c4
Compare
related: k0rdent/docs#97 |
37ea1c4
to
ebfd34b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @a13x5 could you please also take a final look and approve the PR if no objections?
74e7a37
to
04b44a3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have a couple questions, though looks good, I also ask @eromanova and @a13x5 to look on this once again just to ensure everything is also aligned to them
04b44a3
to
64ab1f7
Compare
64ab1f7
to
ecebce9
Compare
related: k0rdent/docs#101 |
8f1022d
to
2cc93c5
Compare
Adds ability to provide
provider
configuration from loadable YAML file.