Skip to content

Commit 6412f69

Browse files
committed
update schema.yaml
1 parent 615357e commit 6412f69

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

schema.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -282,12 +282,13 @@ variables:
282282
type: enum
283283
title: "Kubernetes Version"
284284
enum: # Necessary hardcoded supported versions, as ORM does not retrieve the versions from OKE.
285+
- "v1.27.2"
286+
- "v1.26.7"
285287
- "v1.26.2"
288+
- "v1.25.12"
286289
- "v1.25.4"
287-
- "v1.24.1"
288-
- "v1.23.4"
289290
required: true
290-
default: "v1.25.4"
291+
default: "v1.27.2"
291292
description: The Kubernetes version for the cluster.
292293
# dependsOn:
293294
# compartmentId: cluster_compartment_id
@@ -953,9 +954,9 @@ variables:
953954
enable_secret_encryption:
954955
type: boolean
955956
default: false
956-
title: Enable Kubernetes Secrets encryption
957+
title: Use User Owned Key for Kubernetes Secrets encryption
957958
description: |
958-
Enable the at-rest encryption of Kubernetes Secrets.
959+
Enable the at-rest encryption of Kubernetes Secrets with yor own key.
959960
Note this requires tenancy administrator permissions to create a Dynamic Group for the cluster.
960961
!!! This property cannot be changed without destroying and re-creating the cluster.
961962

0 commit comments

Comments
 (0)