You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/clusterapi/controlplane/crd/bases/controlplane.cluster.x-k8s.io_k0smotroncontrolplanetemplates.yaml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4206,6 +4206,8 @@ spec:
4206
4206
type: object
4207
4207
type: array
4208
4208
persistence:
4209
+
default:
4210
+
type: emptyDir
4209
4211
description: |-
4210
4212
Persistence defines the persistence configuration. If empty k0smotron
4211
4213
will use emptyDir as a volume. See https://docs.k0smotron.io/stable/configuration/#persistence
@@ -4667,9 +4669,13 @@ spec:
4667
4669
type: object
4668
4670
type:
4669
4671
default: emptyDir
4672
+
description: Type defines the type of persistence to be
0 commit comments