I want to implement a conditional template for Deployment resources through helm which can be enabled or disabled as per the environment. Something like the below which in not working. Or can we achieve the same through a different method.
resources:
enabled: true
requests:
cpu: 100m
memory: 128Mi