Skip to content

Instantly share code, notes, and snippets.

@nhalstead
Last active June 5, 2020 15:16
Show Gist options
  • Save nhalstead/770932eda2a27860276921c920e6c93c to your computer and use it in GitHub Desktop.
Save nhalstead/770932eda2a27860276921c920e6c93c to your computer and use it in GitHub Desktop.
Kubernetes ConfigMap
apiVersion: v1
kind: ConfigMap
metadata:
name: my-laravel-env-vars
namespace: default
data:
APP_KEY: xyz
APP_URL: https://example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment