mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
add apiVersion and kind to example kustomizations
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Example configuration for the webserver
|
||||
# at https://github.com/monopole/hello
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
commonLabels:
|
||||
app: hello
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- pod.yaml
|
||||
- pod.yaml
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- ./../base
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- ./dev
|
||||
- ./staging
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- ./../base
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- ./../base
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- ../../base
|
||||
namePrefix: staging-
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- resources.yaml
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- wordpress
|
||||
- mysql
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
|
||||
Reference in New Issue
Block a user