Skip to content

Commit abb50b9

Browse files
committed
Use apps/v1 instead of apps/v1beta2
1 parent e3d2718 commit abb50b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitnami/pytorch/templates/statefulset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if eq .Values.mode "distributed" }}
2-
apiVersion: apps/v1beta2
2+
apiVersion: apps/v1
33
kind: StatefulSet
44
metadata:
55
name: {{ include "pytorch.fullname" . }}-worker

0 commit comments

Comments
 (0)