Skip to content

Commit

Permalink
Merge pull request #110 from rooftopcellist/rm-redis-sc
Browse files Browse the repository at this point in the history
Fix CRD inconsistencies and remove unused redis storage class param
  • Loading branch information
rooftopcellist authored Jul 31, 2023
2 parents 538ec9b + b4dd077 commit b24ca21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions config/crd/bases/eda.ansible.com_edas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1149,9 +1149,6 @@ spec:
to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
redis_storage_class:
description: Storage class to use for the Redis PVC
type: string
strategy:
description: The deployment strategy to use to replace existing
pods with new ones.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,14 +448,14 @@ spec:
path: redis.node_selector
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- description: The deployment strategy to use to replace existing pods with
- description: Deployment strategy to use to replace existing pods with
new ones.
displayName: Strategy
path: redis.strategy
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:updateStrategy
- urn:alm:descriptor:com.tectonic.ui:advanced
- displayName: redis server resource requirements
- displayName: Redis deployment resource requirements
path: redis.resource_requirements
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
Expand Down

0 comments on commit b24ca21

Please sign in to comment.