Visual Studio Code – use {{range}} in .Values to generate a list
In helm I have the following .Values mqtt: topics: - /tenant/+/# - /otherStuff/ - /importantStuff/ tenants: - id: tenantA name: Tenant A - id: tenantB name: Tenant B Instead of the wildcard topic /tenant/+/# I reather would like to have…