Bug description
Issue: When creating a space from a template with resource quota override, the initial creation works as expected. However, subsequent edits to the space, specifically updating the overridden resource quota values, do not prompt any reaction or update from the nauticus-controller.
How to reproduce
Steps to reproduce the behavior:
- Set Up a Kind Cluster: Initialize a new kind cluster for testing.
- Apply the Space Template: Use the space template provided in config/samples to set up the initial space.
- Apply the Space Override: Implement a resource quota override on the created space.
- Edit the Space: Use kubectl edit to modify the space, particularly changing a resource quota value.
Expected behavior
The expected behavior is that the nauticus-controller should detect changes made to the space's resource quota and update accordingly. This should include applying the new quota values to the space.
Logs
If applicable, please provide logs of nauticus-controller.
Nothing happens, so there is no logs.
Additional context
Nauticus version: v0.2.0
Helm Chart version: v0.2.0
Kubernetes version: v1.27.2
Bug description
Issue: When creating a space from a template with resource quota override, the initial creation works as expected. However, subsequent edits to the space, specifically updating the overridden resource quota values, do not prompt any reaction or update from the
nauticus-controller.How to reproduce
Steps to reproduce the behavior:
Expected behavior
The expected behavior is that the nauticus-controller should detect changes made to the space's resource quota and update accordingly. This should include applying the new quota values to the space.
Logs
If applicable, please provide logs of
nauticus-controller.Nothing happens, so there is no logs.
Additional context
Nauticus version:
v0.2.0Helm Chart version:
v0.2.0Kubernetes version:
v1.27.2