Skip to content

Commit 010865f

Browse files
authored
Fix typo in operatorconfigurations CRD (#1305)
* fix typo in operatorconfigurations crd * fix typo in operatorconfigurations manifest
1 parent f927d66 commit 010865f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/postgres-operator/crds/operatorconfigurations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ spec:
457457
log_statement: all
458458
teams_api_url:
459459
type: string
460-
defaults: "https://teams.example.com/api/"
460+
default: "https://teams.example.com/api/"
461461
logging_rest_api:
462462
type: object
463463
properties:

manifests/operatorconfiguration.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ spec:
453453
log_statement: all
454454
teams_api_url:
455455
type: string
456-
defaults: "https://teams.example.com/api/"
456+
default: "https://teams.example.com/api/"
457457
logging_rest_api:
458458
type: object
459459
properties:

0 commit comments

Comments
 (0)