Podman play kube envFrom doesn't seem to work #21503
afro-coder
started this conversation in
General
Replies: 1 comment 1 reply
-
I just ran into this and I believe you have an issue with the yaml... envFrom:
- configMapRef:
- name: envars
- key: .env
- optional: false
+ name: envars
+ key: .env
+ optional: false |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks has anyone recently tried loading from configmaps or secrets.
I've been trying it by creating a configMap or a secret but none of those loaded the secrets inside the container.
I'm probably doing something wrong but what's the correct way to load 20 env vars at once?
https://docs.podman.io/en/v4.2/markdown/podman-play-kube.1.html
Beta Was this translation helpful? Give feedback.
All reactions