Skip to content

Commit a718034

Browse files
authored
Update ldap-deployment.yaml
Update example to the latest version of kubernetes
1 parent 7ce084b commit a718034

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

example/kubernetes/simple/ldap-deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
apiVersion: extensions/v1beta1
1+
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: ldap
55
labels:
66
app: ldap
77
spec:
8+
selector:
9+
matchLabels:
10+
app: ldap
811
replicas: 1
912
template:
1013
metadata:

0 commit comments

Comments
 (0)