add apiVersion and kind to example kustomizations

This commit is contained in:
Jingfang Liu
2018-12-18 11:01:10 -08:00
parent 819b2e99d0
commit 64372a786b
15 changed files with 31 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
apiVersion: v1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml