Skip to content

Instantly share code, notes, and snippets.

View feederror's full-sized avatar

Christopher Balogh feederror

View GitHub Profile
@troyharvey
troyharvey / deployment.yml
Last active September 26, 2025 06:29
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