github.com/doitroot/helm@v3.0.0-beta.3+incompatible/pkg/chartutil/testdata/subpop/charts/subchart1/values.yaml (about) 1 # Default values for subchart. 2 # This is a YAML-formatted file. 3 # Declare variables to be passed into your templates. 4 # subchart1 5 service: 6 name: nginx 7 type: ClusterIP 8 externalPort: 80 9 internalPort: 80 10 11 12 SC1data: 13 SC1bool: true 14 SC1float: 3.14 15 SC1int: 100 16 SC1string: "dollywood" 17 SC1extra1: 11 18 19 imported-chartA: 20 SC1extra2: 1.337 21 22 overridden-chartA: 23 SCAbool: true 24 SCAfloat: 3.14 25 SCAint: 100 26 SCAstring: "jabathehut" 27 SC1extra3: true 28 29 imported-chartA-B: 30 SC1extra5: "tiller" 31 32 overridden-chartA-B: 33 SCAbool: true 34 SCAfloat: 3.33 35 SCAint: 555 36 SCAstring: "wormwood" 37 SCAextra1: 23 38 39 SCBbool: true 40 SCBfloat: 0.25 41 SCBint: 98 42 SCBstring: "murkwood" 43 SCBextra1: 13 44 45 SC1extra6: 77 46 47 SCBexported1A: 48 SC1extra7: true 49 50 exports: 51 SC1exported1: 52 global: 53 SC1exported2: 54 all: 55 SC1exported3: "SC1expstr"