-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add ConfigMap to ENV support #7
Comments
@devholic 무슨 이슈였는지 이제 기억이 안나네요 -0- |
galley에 하드코딩 된 무언가가 있다거나? 🤔 |
이미 구현된 기능 아닐까요? |
아리송송 달송.. |
So I updated description :doge: @ryuheechul |
I still can't get it. Can you show me an example, please? |
Current version of galley converts env variables to configmap, secret or env snippet. e.g.) If configmap provided as input, apiVersion: v1
kind: ConfigMap
data:
doge: pepe
sunglass: true
metadata:
name: some-configmap
namespace: galley extract env variables like below
|
Thanks! Now it's crystal clear! |
ConfigMag, Secret에서 ENV Variable로 변경되는 기능이 추가되면 좋을 것 같습니당~
The text was updated successfully, but these errors were encountered: