Skip to content

Instantly share code, notes, and snippets.

View shane-containership's full-sized avatar

shane-containership

View GitHub Profile
@shane-containership
shane-containership / configmap.yaml
Created February 27, 2018 18:57
Example Postgres deployment, utilizing a configMap and secret
apiVersion: v1
data:
PGDATA: /var/lib/postgres
kind: ConfigMap
metadata:
name: postgres-env-vars