helm not creating the resources
I have tried to run Helm for the first time. I am having deployment.yaml, service.yaml and ingress.yaml files alongwith values.yaml and chart.yaml. deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: abc namespace: xyz labels: app: abc app.kubernetes.io/managed-by: {{ .Release.Service }} spec: replicas: 3 template: spec: containers: - name: