# This is the entrypoint to the Helm Chart # Most properties here are pretty self explanatory

name: <%= Tpt::Rails.app_name %> # Chart version - increase this whenever you change anything in the helm/ folder. tpt-cli will warn # you if you don't. version: 0.0.1 # Application version - can be useful if we run multiple versions of the app at the same time. appVersion: 0.0.1 description: <%= Tpt::Rails.app_name %> service keywords: [odev2, rails, service-template, '<%= Tpt::Rails.app_name %>', '<%= config.fetch(:app_type) %>'] home: www.teacherspayteachers.com icon: static1.teacherspayteachers.com/tpt-frontend/releases/production/current/a24f03b12028dbc93cf182318e6993e5.svg sources: ['github.com/TeachersPayTeachers/<%= Tpt::Rails.app_name %>'] maintainers: [{name: '<%= config.fetch(:team_name) %>', email: '<%= config.fetch(:team_name) %>@teacherspayteachers.com'}] engine: gotpl # yaml parsing engine, just leave this alone