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
|
log_statement: all
|
||||||
teams_api_url:
|
teams_api_url:
|
||||||
type: string
|
type: string
|
||||||
defaults: "https://teams.example.com/api/"
|
default: "https://teams.example.com/api/"
|
||||||
logging_rest_api:
|
logging_rest_api:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
|
|
@ -453,7 +453,7 @@ spec:
|
||||||
log_statement: all
|
log_statement: all
|
||||||
teams_api_url:
|
teams_api_url:
|
||||||
type: string
|
type: string
|
||||||
defaults: "https://teams.example.com/api/"
|
default: "https://teams.example.com/api/"
|
||||||
logging_rest_api:
|
logging_rest_api:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue