Last active
June 5, 2020 15:16
-
-
Save nhalstead/770932eda2a27860276921c920e6c93c to your computer and use it in GitHub Desktop.
Kubernetes ConfigMap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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