Skip to content

Commit 2fc0747

Browse files
committed
Update Helm chart with BMCUser CRD changes
Include updated BMCUser CRD in Helm chart with: - List type markers for conditions array - Updated validation for 1 week TTL maximum Signed-off-by: Stefan Hipfel <stefan.hipfel@sap.com>
1 parent dad8671 commit 2fc0747

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

dist/chart/templates/crd/metal.ironcore.dev_bmcusers.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
description: |-
109109
ExpiresAt specifies an absolute timestamp when this user should be deleted.
110110
This is useful for users that need to expire at a specific time.
111-
If not set along with TTL, the user is permanent.
111+
If neither ExpiresAt nor TTL is set, the user is permanent (no automatic deletion).
112112
Mutually exclusive with TTL - only one should be set.
113113
format: date-time
114114
type: string
@@ -200,6 +200,9 @@ spec:
200200
- type
201201
type: object
202202
type: array
203+
x-kubernetes-list-map-keys:
204+
- type
205+
x-kubernetes-list-type: map
203206
effectiveBMCSecretRef:
204207
description: |-
205208
EffectiveBMCSecretRef references the BMCSecret currently used for this user.

0 commit comments

Comments
 (0)