Change group/owner for HelmValidatorConfiguration 19/121419/2 1.9.0
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Wed, 19 May 2021 13:07:43 +0000 (15:07 +0200)
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Wed, 19 May 2021 14:54:32 +0000 (14:54 +0000)
Issue-ID: SDC-3599
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I14243301f722409f5e1c136395f615f98a1ab417

openecomp-be/dist/sdc-onboard-backend-docker/artifacts/chef-repo/cookbooks/sdc-onboard-backend/recipes/ON_5_setup_configuration.rb

index 1749568..cb8d392 100644 (file)
@@ -45,8 +45,8 @@ end
 template "HelmValidatorConfiguration" do
    path "#{ENV['JETTY_BASE']}/config/onboarding-be/config-helmvalidator.yaml"
    source "helmvalidator-configuration.yaml.erb"
-   owner "jetty"
-   group "jetty"
+   owner "#{ENV['JETTY_USER']}"
+   group "#{ENV['JETTY_GROUP']}"
    mode "0755"
    variables({
       :HVALIDATOR_ENABLED           => node['HelmValidator']['validator_enabled'],