Created
March 5, 2022 06:26
-
-
Save mr-pascal/86ac4d2f3ae33ec430ad56fbe59aedda to your computer and use it in GitHub Desktop.
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: 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