Installing the chart trough flux is not possible, as there are some labels multiple times defined in the same deployment. Using the helm install works, as there is a slightly different method used for installation:
message: >-
Helm install failed for release hyperswitch/hyperswitch with chart
hyperswitch-stack@0.2.19: error while running post render on files:
map[string]interface {}(nil): yaml: unmarshal errors:
line 13: mapping key "app.kubernetes.io/name" already defined at line 9
line 14: mapping key "app.kubernetes.io/instance" already defined at line 10
line 47: mapping key "app" already defined at line 38
line 45: mapping key "app.kubernetes.io/name" already defined at line 41
line 46: mapping key "app.kubernetes.io/instance" already defined at line 42
Installing the chart trough flux is not possible, as there are some labels multiple times defined in the same deployment. Using the helm install works, as there is a slightly different method used for installation: