Skip to content

Instantly share code, notes, and snippets.

View nerdybreed's full-sized avatar

nerdybreed nerdybreed

View GitHub Profile
@troyharvey
troyharvey / deployment.yml
Last active June 16, 2024 12:12
Using Kubernetes envFrom for environment variables
# 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