Skip to content

Commit 40dce3f

Browse files
petar-cvityorugac
authored andcommitted
mark pullSecrets as not required
1 parent 735f875 commit 40dce3f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

charts/k6-operator/values.schema.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,7 @@
117117
}
118118
},
119119
"title": "image",
120-
"type": "object",
121-
"required": [
122-
"pullSecrets"
123-
]
120+
"type": "object"
124121
}
125122
},
126123
"title": "global",

charts/k6-operator/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ global:
77
# global.image.registry -- Global image registry to use if it needs to be overridden for some specific use cases (e.g local registries, custom images, ...)
88
registry: ""
99

10+
# @schema
11+
# required: false
12+
# type: array
13+
# @schema
1014
# global.image.pullSecrets -- Optional set of global image pull secrets
1115
pullSecrets: []
1216

0 commit comments

Comments
 (0)