Merge pull request #114 from benchwang/bewang/fix_unique_target_error

Fix error: failed to find unique target for patch apps_v1_Deployment|…
This commit is contained in:
marceldempers 2022-01-24 11:00:24 +11:00 committed by GitHub
commit 0920c549b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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