mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 00:37:41 +08:00
Use apps/v1 instead of apps/v1beta2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{- if eq .Values.mode "distributed" }}
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: StatefulSet
|
||||
metadata:
|
||||
name: {{ include "pytorch.fullname" . }}-worker
|
||||
|
||||
Reference in New Issue
Block a user