Created
June 26, 2020 12:25
-
-
Save velotiotech/62064e454d997edadbdf5c09ca9e6c15 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