Skip to content

Instantly share code, notes, and snippets.

@GaetanoPiazzolla
Last active July 21, 2021 08:35
Show Gist options
  • Save GaetanoPiazzolla/e68db95341bcc38e45ade93c4cceb582 to your computer and use it in GitHub Desktop.
Save GaetanoPiazzolla/e68db95341bcc38e45ade93c4cceb582 to your computer and use it in GitHub Desktop.
A standard k8s ConfigMap
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
@GaetanoPiazzolla
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment