Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Created March 5, 2022 06:26
Show Gist options
  • Save mr-pascal/86ac4d2f3ae33ec430ad56fbe59aedda to your computer and use it in GitHub Desktop.
Save mr-pascal/86ac4d2f3ae33ec430ad56fbe59aedda to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ConfigMap
metadata:
name: nginx-cfgmap
data:
file-from-cfgmap: |
<!DOCTYPE html>
<html lang="en">
<head>
<title>From config map</title>
</head>
<body>
<h1>Loaded from config map!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment