Skip to content

Commit

Permalink
[EPMDEDP-11961]: feat: Update argoApplication resource creation template
Browse files Browse the repository at this point in the history
* Add releaseName field with codebaseName value

Change-Id: I3e2fccf5649b268818dba3defdef8d725d197b2c
  • Loading branch information
callmevladik committed May 16, 2023
1 parent b07e32b commit 6065382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const createApplicationInstance = ({
},
source: {
helm: {
releaseName: enrichedApplicationWithItsImageStreams.application.metadata.name,
parameters: [],
},
path: 'deploy-templates',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const expectedApplicationOutputMock: DeepPartial<ApplicationKubeObjectInt
},
source: {
helm: {
releaseName: 'test-app-name',
parameters: [
{ name: 'image.tag', value: 'test-image-tag' },
{
Expand Down

0 comments on commit 6065382

Please sign in to comment.