Description of problem:
Raw config merged with default config (if any) instead of replace
Steps to Reproduce
For example:
- Add label1 to default config service.yaml
- Add label2 to raw service.yaml
- Create CR with raw config
Actual results:
Both label1 and label2 present
Expected results:
Only label2 should be present
Reproducibility (Always/Intermittent/Only Once):
Always