Skip to content

Commit d6e1aca

Browse files
cruwekimoonkim
authored andcommitted
rm double & conflicting declaration of apiVersion in client deployment (#68)
apiVersion has been declared twice in the client deployment. In line with the minimum requirement of k8s v1.6, remove apps/v1. With v1.14, it has been communicated extensions/v1beta1 deployments will no longer be served in v1.16, so with that release, the prerequisites of README.md or the deployment will need to be adapted.
1 parent 95b9578 commit d6e1aca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

charts/hdfs-client-k8s/templates/client-deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
apiVersion: apps/v1
21
apiVersion: extensions/v1beta1
32
kind: Deployment
43
metadata:

0 commit comments

Comments
 (0)