update crd
This commit is contained in:
@@ -1630,6 +1630,37 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"mattermost": {
|
||||
"description": "mattermost defines the default Mattermost Config",
|
||||
"properties": {
|
||||
"webhookURL": {
|
||||
"description": "webhookURL defines the default Mattermost Webhook URL.\n\nIt requires Alertmanager >= v0.32.0.",
|
||||
"properties": {
|
||||
"key": {
|
||||
"description": "The key of the secret to select from. Must be a valid secret key.",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"default": "",
|
||||
"description": "Name of the referent.\nThis field is effectively required, but due to backwards compatibility is\nallowed to be empty. Instances of this type with an empty value here are\nalmost certainly wrong.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
|
||||
"type": "string"
|
||||
},
|
||||
"optional": {
|
||||
"description": "Specify whether the Secret or its key must be defined",
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"key"
|
||||
],
|
||||
"type": "object",
|
||||
"x-kubernetes-map-type": "atomic",
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"opsGenieApiKey": {
|
||||
"description": "opsGenieApiKey defines the default OpsGenie API Key.",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user