Skip to content

Commit

Permalink
Merge pull request #69 from panpan0000/fixDeploy
Browse files Browse the repository at this point in the history
Fix Deployment yaml from v1beta1 to v1
  • Loading branch information
sseago authored Jun 29, 2023
2 parents ea652ac + de1c18f commit 904e320
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/with-pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,15 @@ spec:


---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
namespace: nginx-example
spec:
selector:
matchLabels:
app: nginx
replicas: 1
template:
metadata:
Expand Down

0 comments on commit 904e320

Please sign in to comment.