Skip to content

Commit

Permalink
feat(bake): include git/repo artifacts in the list of artifacts to ch…
Browse files Browse the repository at this point in the history
…oose when baking helm charts (#8743)

now that spinnaker/rosco#740 is in

Co-authored-by: David Byron <david.byron@avast.com>
  • Loading branch information
dbyron0 and David Byron committed Nov 20, 2020
1 parent 7a8f939 commit 976e958
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export class BakeHelmConfigForm extends React.Component<IFormikStageConfigInject
ArtifactTypePatterns.CUSTOM_OBJECT,
ArtifactTypePatterns.EMBEDDED_BASE64,
ArtifactTypePatterns.GCS_OBJECT,
ArtifactTypePatterns.GIT_REPO,
ArtifactTypePatterns.GITHUB_FILE,
ArtifactTypePatterns.GITLAB_FILE,
ArtifactTypePatterns.S3_OBJECT,
Expand Down

0 comments on commit 976e958

Please sign in to comment.