Fix typo in operatorconfigurations CRD (#1305)
* fix typo in operatorconfigurations crd * fix typo in operatorconfigurations manifest
This commit is contained in:
parent
f927d6616c
commit
010865f5d9
|
|
@ -457,7 +457,7 @@ spec:
|
|||
log_statement: all
|
||||
teams_api_url:
|
||||
type: string
|
||||
defaults: "https://teams.example.com/api/"
|
||||
default: "https://teams.example.com/api/"
|
||||
logging_rest_api:
|
||||
type: object
|
||||
properties:
|
||||
|
|
|
|||
|
|
@ -453,7 +453,7 @@ spec:
|
|||
log_statement: all
|
||||
teams_api_url:
|
||||
type: string
|
||||
defaults: "https://teams.example.com/api/"
|
||||
default: "https://teams.example.com/api/"
|
||||
logging_rest_api:
|
||||
type: object
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Reference in New Issue