Archive: https://archive.sweetops.com/helm/ 2023-02-17 ghostface09:46:09 PMcan anyone help me with this question?https://stackoverflow.com/questions/75488507/passing-values-to-include-function-inside-range-using-defaults-with-mergei’m struggling here.Passing values to include function inside range, using defaults with mergeGiven this deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: deployment spec: revisionHistoryLimit: 5 template: spec: containers: {{- include "app.cont…