- Deleted unused files including Chart.yaml, values.yaml, values.prod.yaml, and various templates related to the secret operator.
- This cleanup is part of the effort to streamline the Helm chart structure and remove obsolete configurations.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Added `apiServerService` configuration to `values.prod.yaml` and `values.yaml`, enabling the service.
- Updated the service template to use the new `apiServerService` configuration instead of the deprecated `metrics` configuration.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Updated the deployment template to use the correct key `secretOperator` instead of `secret-operator` for image configuration.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Changed the key from `secretOperator` to `secret-operator` in `values.yaml`.
- Updated the deployment template to reflect the new key name for image configuration.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Moved image configuration under a new `secretOperator` key in both `values.prod.yaml` and `values.yaml`.
- Updated deployment template to reference the new image configuration structure.
Signed-off-by: zhenyus <zhenyus@mathmast.com>