Skip to content
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

[docs] Document containers.*.envFrom #75

Open
joaomlneto opened this issue Apr 22, 2022 · 0 comments
Open

[docs] Document containers.*.envFrom #75

joaomlneto opened this issue Apr 22, 2022 · 0 comments

Comments

@joaomlneto
Copy link

joaomlneto commented Apr 22, 2022

The documentation currently only shows how to load single keys from Secrets and Configmaps using env.valueFrom.secretKeyRef and env.valueFrom.configMapKeyRef.

However, one can use envFrom.configMapRef and envFrom.secretRef to load all variables from a ConfigMap/Secret resp.:

yaml
      containers:
      - image: ${IMAGE}
        envFrom:
        - configMapRef:
            name: my-config-map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant