Created
July 31, 2021 15:49
-
-
Save mmontes11/5892f801d52b5c3cd4d01287350458c5 to your computer and use it in GitHub Desktop.
Hello world Echo CRD
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: mmontes.io/v1alpha1 | |
kind: Echo | |
metadata: | |
name: hello-world | |
namespace: default | |
spec: | |
message: "Hola, 世界!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment