Skip to content

Commit 19ddde5

Browse files
committed
enforce string value objects in data
1 parent 363022c commit 19ddde5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: charts/cluster-secret/crds/clustersecret-crd.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ spec:
2828
type: string
2929
data:
3030
type: object
31-
x-kubernetes-preserve-unknown-fields: true
31+
additionalProperties:
32+
type: string
3233
fromSecret:
3334
type: object
3435
properties:

0 commit comments

Comments
 (0)