Skip to content

Instantly share code, notes, and snippets.

View Sancer's full-sized avatar

Uriel Reina Abadía Sancer

View GitHub Profile
@Sancer
Sancer / deployment.yml
Created October 16, 2019 09:17 — forked from troyharvey/deployment.yml
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