Skip to content

Commit

Permalink
Fix validation for epicli backup (#2874)
Browse files Browse the repository at this point in the history
  • Loading branch information
to-bar authored Jan 14, 2022
1 parent 4e4b0e2 commit 16cafa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelogs/CHANGELOG-1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
- [#2737](https://github.com/epiphany-platform/epiphany/issues/2737) - Fix asserting number of postgres nodes
- [#1175](https://github.com/epiphany-platform/epiphany/issues/1175) - Task 'Join to Kubernetes cluster' may fail when Ansible vault already exists
- [#2420](https://github.com/epiphany-platform/epiphany/issues/2420) - Changing Grafana admin password in the apply mode
- [#2873](https://github.com/epiphany-platform/epiphany/issues/2873) - Epicli backup fails on schema validation

### Updated

Expand Down
1 change: 1 addition & 0 deletions schema/common/validation/configuration/backup.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$schema: 'http://json-schema.org/draft-07/schema#'
type: object
required:
- name
Expand Down
1 change: 1 addition & 0 deletions schema/common/validation/configuration/recovery.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$schema: 'http://json-schema.org/draft-07/schema#'
type: object
required:
- name
Expand Down

0 comments on commit 16cafa2

Please sign in to comment.