Skip to content

Commit

Permalink
redis: Mark Redis as a required component (PROJQUAY-2455) (#536)
Browse files Browse the repository at this point in the history
- Set Redis as a required component for a QuayRegistry deployment
- Block reconcile when config.yaml is missing fields for unmanaged Redis
  • Loading branch information
jonathankingfc committed Sep 28, 2021
1 parent 30eefd7 commit 931e812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/quay/v1/quayregistry_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ var requiredComponents = []ComponentKind{
ComponentPostgres,
ComponentObjectStorage,
ComponentRoute,
ComponentRedis,
}

const (
Expand Down

0 comments on commit 931e812

Please sign in to comment.