Skip to content

[patch] Update environment variables in db2 post-sync setup#392

Open
patratap wants to merge 2 commits intoibm-mas:mainfrom
patratap:patch-2
Open

[patch] Update environment variables in db2 post-sync setup#392
patratap wants to merge 2 commits intoibm-mas:mainfrom
patratap:patch-2

Conversation

@patratap
Copy link
Contributor

added new parameter like
application env type
ICD URL
and Updated ICD Key parameter

added new parameter like
application env type 
ICD URL 
and Updated ICD Key parameter
@mnivedithaa mnivedithaa changed the title Update environment variables in post-sync setup [patch] Update environment variables in post-sync setup Feb 16, 2026
@whitfiea whitfiea requested a review from mnivedithaa March 4, 2026 10:04
@whitfiea whitfiea changed the title [patch] Update environment variables in post-sync setup [patch] Update environment variables in db2 post-sync setup Mar 4, 2026
echo "DAYOFFULL=Sat" >> /tmp/${PROPS_FILE_NAME}
echo "NUMOFBKUPTOKEEP=60" >> /tmp/${PROPS_FILE_NAME}
echo "ICD_AUTH_KEY=${ICD_AUTH_KEY}" >> /tmp/${PROPS_FILE_NAME}
echo "ICD_SAAS_URL=${ICD_SAAS_URL}" >> /tmp/${PROPS_FILE_NAME}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since ICD_SAAS_URL is constant and doesn't change often, we can add default value in values.yaml and refer it as env value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants