Skip to content

Commit

Permalink
mark pullSecrets as not required
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit authored and yorugac committed Aug 12, 2024
1 parent 735f875 commit 40dce3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions charts/k6-operator/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,7 @@
}
},
"title": "image",
"type": "object",
"required": [
"pullSecrets"
]
"type": "object"
}
},
"title": "global",
Expand Down
4 changes: 4 additions & 0 deletions charts/k6-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ global:
# 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, ...)
registry: ""

# @schema
# required: false
# type: array
# @schema
# global.image.pullSecrets -- Optional set of global image pull secrets
pullSecrets: []

Expand Down

0 comments on commit 40dce3f

Please sign in to comment.