Last active
December 15, 2020 11:52
-
-
Save JugurthaK/bef3ac38ecfa07014e9aad22e898963c 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: stable.example.com/v1 | |
kind: Smurf | |
metadata: | |
name: papasmurf | |
spec: | |
smurfName: "Papa Smurf" | |
smurfRole: "Papa Smurf is the leader and elder of the Smurfs." | |
smurfCount: 1 | |
... | |
--- | |
apiVersion: stable.example.com/v1 | |
kind: Smurf | |
metadata: | |
name: grouchysmurf | |
spec: | |
smurfName: "Grouchy Smurf" | |
smurfRole: "Grouchy Smurf is the misanthropic grouch of the Smurf village." | |
smurfCount: 1 | |
... | |
--- | |
apiVersion: stable.example.com/v1 | |
kind: Smurf | |
metadata: | |
name: heftysmurf | |
spec: | |
smurfName: "Hefty Smurf" | |
smurfRole: "Hefty Smurf has incredible strength" | |
smurfCount: 1 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment