mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #241 from hectoragb/migration-webhook-deployment
fpga: Migrate webhook deployment to use the apps/v1 API
This commit is contained in:
commit
1930d02edb
@ -1,4 +1,4 @@
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: intel-fpga-webhook-deployment
|
||||
@ -6,6 +6,9 @@ metadata:
|
||||
app: intel-fpga-webhook
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: intel-fpga-webhook
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
Loading…
Reference in New Issue
Block a user