Skip to content

Instantly share code, notes, and snippets.

@JugurthaK
Last active December 15, 2020 11:52
Show Gist options
  • Save JugurthaK/bef3ac38ecfa07014e9aad22e898963c to your computer and use it in GitHub Desktop.
Save JugurthaK/bef3ac38ecfa07014e9aad22e898963c to your computer and use it in GitHub Desktop.
---
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