-
Notifications
You must be signed in to change notification settings - Fork 40
Find a better convention referencing env vars in container spec #16
Comments
Do we want to induce string magic? |
We didn't disagree to this. |
I am sure we have always said that string magic is bad many times in the past. And if this syntax is Docker Compose influenced, then we should stay away from it, if possible. |
It is not influenced by docker compose. The question is to find a balance between string magic and adding more levels to yaml file. |
Not sure about this, we agreed this with secretRef in OpenCompose, and the way we define ports in OpenCompose (80:8080), is also string magic which is not vanilla Kubernetes spec.
It's not |
ping @surajssd, PTAL |
It was decided that we will add support for |
Issue tracking progress of |
@surajssd @containscafeine Can we close this since we have made a decision? |
I think we can keep this open with low or no priority, since we "might" do this sometime if feature requests for this ever drop in. Once we move applications to kedge, if this seems necessary, we might do it then. |
I think we can close this now since this has been taken care of with the field
WDYT? @containscafeine |
closing it, since I think the motive of this issue is solved! |
The current way of referencing other sources for environment variables is like the following -
We can establish a convention and replace this with -
To include all data from a given secret/configMap -
The text was updated successfully, but these errors were encountered: