Skip to content

Commit bc18480

Browse files
committed
Fix deployment apiVersion
Signed-off-by: Reinhard Naegele <[email protected]>
1 parent 883aaa2 commit bc18480

File tree

1 file changed

+1
-1
lines changed
  • pkg/chart/test_charts/mutating-deployment-selector/templates

1 file changed

+1
-1
lines changed

pkg/chart/test_charts/mutating-deployment-selector/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: apps/v1beta1
1+
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: {{ include "nginx.fullname" . }}

0 commit comments

Comments
 (0)