Skip to content
Snippets Groups Projects
Verified Commit d72f22bf authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Keep the override notion for the swh-cassandra-next-version namespace

parent 06ce19bc
No related branches found
No related tags found
1 merge request!173Reuse values between namespaces
......@@ -35,7 +35,7 @@ for environment in "staging" "production"; do
if [ "$environment" = "staging" ]; then
$HELM_CMD $APP/values/$environment/swh-cassandra.yaml \
--values $APP/values/$environment/swh-cassandra-next-version.yaml >> $output
--values $APP/values/$environment/overrides/swh-cassandra-next-version.yaml >> $output
fi
# git stash pop
......@@ -48,7 +48,7 @@ for environment in "staging" "production"; do
if [ "$environment" = "staging" ]; then
$HELM_CMD $APP/values/$environment/swh-cassandra.yaml \
--values $APP/values/$environment/swh-cassandra-next-version.yaml >> $output
--values $APP/values/$environment/overrides/swh-cassandra-next-version.yaml >> $output
fi
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment