Skip to content

Instantly share code, notes, and snippets.

View pbar1's full-sized avatar
☄️

Pierce Bartine pbar1

☄️
View GitHub Profile
@pbar1
pbar1 / deployment.yml
Last active February 24, 2020 23:19 — forked from dennybaa/deployment.yml
Using Kubernetes envFrom for environment variables #k8s #envfrom
# Use envFrom to load Secrets and ConfigMaps into environment variables
apiVersion: apps/v1beta2
kind: Deployment
metadata:
name: mans-not-hot
labels:
app: mans-not-hot
spec:
replicas: 1