Created
April 20, 2020 06:06
-
-
Save akash-gautam/7d1922a9c3e8bc997e7ee68e20e07ad7 to your computer and use it in GitHub Desktop.
This file contains 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: message-configmap | |
labels: | |
app: message-app | |
data: | |
MESSAGE: "This too shall pass" #Put the message you want to display here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment