Skip to content

Commit

Permalink
feat(helm): add api to get chart default values
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Nov 9, 2023
1 parent 4e05ca1 commit 38b1cf5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/resources/helm/HelmDefaultValues.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
get:
summary: 'Display the contents of the values.yaml file'
operationId: getDefaultValues
parameters:
- $ref: '../../parameters/path/helmId.yaml'
tags:
- Helm Main Calls
responses:
'200':
description: 'Display the contents of the values.yaml file'
content:
text/plain:
schema:
type: string
'401':
$ref: '../../responses/NotAuthorized.yaml'
'403':
$ref: '../../responses/Forbidden.yaml'
'404':
$ref: '../../responses/NotFound.yaml'

0 comments on commit 38b1cf5

Please sign in to comment.