Skip to content

Commit

Permalink
Improve current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jan 6, 2025
1 parent 15fcf2d commit 879fa60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/argocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ if [ $storage == "s3" ]
then
hdfs_enabled="false"
s3_enabled="true"
online_data_prefix=""
elif [ $storage == "hdfs" ]
then
hdfs_enabled="true"
s3_enabled="false"
online_data_prefix="hdfs://simple-hdfs-namenode-default-0.simple-hdfs-namenode-default.hdfs:8020///user/185"
fi


Expand Down Expand Up @@ -96,6 +98,7 @@ argocd app set fink-broker -p image.repository="$CIUX_IMAGE_REGISTRY" \
-p image.tag="$CIUX_IMAGE_TAG" \
-p log_level="DEBUG" \
-p night="20200101" \
-p online_data_prefix="$online_data_prefix" \
-p storage="$storage"

argocd app set fink-alert-simulator -p image.tag="$FINK_ALERT_SIMULATOR_VERSION"
Expand Down

0 comments on commit 879fa60

Please sign in to comment.