summaryrefslogtreecommitdiffstats
path: root/src/orchestrator/mock_files/mock_charts/testchart1/charts/subcharta/values.yaml
blob: f0381ae6ab751f661368b004b3eb072bd81219ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Default values for subchart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# subchartA
service:
  name: apache
  type: ClusterIP
  externalPort: 80
  internalPort: 80
SCAdata:
  SCAbool: false
  SCAfloat: 3.1
  SCAint: 55
  SCAstring: "jabba"
  SCAnested1:
    SCAnested2: true