Fix error: failed to find unique target for patch apps_v1_Deployment|example-deploy

This commit is contained in:
Bench Wang 2021-12-01 16:28:18 +08:00
parent e43dac88f2
commit aa45329eb2
4 changed files with 4 additions and 0 deletions

View File

@ -2,5 +2,6 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: example-deploy name: example-deploy
namespace: example
spec: spec:
replicas: 4 replicas: 4

View File

@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: example-deploy name: example-deploy
namespace: example
spec: spec:
template: template:
spec: spec:

View File

@ -2,5 +2,6 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: example-deploy name: example-deploy
namespace: example
spec: spec:
replicas: 6 replicas: 6

View File

@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: example-deploy name: example-deploy
namespace: example
spec: spec:
template: template:
spec: spec: