MCPcopy Index your code
hub / github.com/coder/coder / valuesFilePath

Method valuesFilePath

helm/provisioner/tests/chart_test.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (tc testCase) valuesFilePath() string {
115 return filepath.Join("./testdata", tc.name+".yaml")
116}
117
118func (tc testCase) goldenFilePath() string {
119 if tc.namespace == "default" {

Callers 2

TestRenderChartFunction · 0.45
TestUpdateGoldenFilesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected