Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
Signed-off-by: jan shahid shaik <[email protected]>
  • Loading branch information
jashaik committed Dec 31, 2024
1 parent e6d11c7 commit ea533d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/automate-cs-bookshelf/habitat/hooks/run
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi


exec secrets-helper exec \
--optional-secret userconfig.pg_superuser_password \
--secret userconfig.pg_superuser_password \
--secret bookshelf.access_key_id \
--secret bookshelf.secret_access_key \
-- \
Expand Down
2 changes: 1 addition & 1 deletion components/automate-cs-oc-bifrost/habitat/hooks/run
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ secrets-helper generate oc_bifrost.superuser_id 32 --if-not-exists

exec secrets-helper exec \
--secret oc_bifrost.superuser_id \
--optional-secret userconfig.pg_superuser_password \
--secret userconfig.pg_superuser_password \
-- \
oc_bifrost foreground
2 changes: 1 addition & 1 deletion components/automate-cs-oc-erchef/habitat/hooks/run
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exec secrets-helper exec \
--secret bookshelf.access_key_id \
--secret bookshelf.secret_access_key \
--secret chef-server.webui_pub_key \
--optional-secret userconfig.pg_superuser_password \
--secret userconfig.pg_superuser_password \
--optional-secret data_collector.token \
-- \
{{~#if cfg.memory.max_bytes}}
Expand Down

0 comments on commit ea533d3

Please sign in to comment.