Last active
July 21, 2021 08:35
-
-
Save GaetanoPiazzolla/e68db95341bcc38e45ade93c4cceb582 to your computer and use it in GitHub Desktop.
A standard k8s 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 | |
data: | |
ENV_API_BACKEND_URL: http://localhost:8080/bananas | |
ENV_EXTERNAL_INTEGRATION_URL: http://www.integration.com/easy | |
kind: ConfigMap | |
metadata: | |
name: the_configmap_name_id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to medium article:
Update Angular/React environment dynamically reading variables from Kubernetes ConfigMaps