Skip to content

Azure: Removing SUBSCRIBER_SECRET variable from helm charts

harshit aggarwal requested to merge haaggarw/RemovingEnvVar into master

This PR is removing the SUBSCRIBER_SECRET variable from helm charts and defining it in application.properties

This environment variable is only required for integration tests and takes a random string as value and not any infrastructure secret so defining it in properties file should not be an issue

Note: Please do not set automatic merge for this MR

Edited by harshit aggarwal

Merge request reports