Skip to content

Instantly share code, notes, and snippets.

@GaetanoPiazzolla
Created July 21, 2021 07:44
Show Gist options
  • Save GaetanoPiazzolla/a26b3b95c4fd0d820c3d2632f6bf24d6 to your computer and use it in GitHub Desktop.
Save GaetanoPiazzolla/a26b3b95c4fd0d820c3d2632f6bf24d6 to your computer and use it in GitHub Desktop.
Using configmap as envFrom
. . . containers:
- name: test-container
image: k8s.gcr.io/busybox
command: [ "/bin/sh", "-c", "env" ]
envFrom:
- configMapRef:
name: the_configmap_name_id
@GaetanoPiazzolla
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment