Skip to content

Commit

Permalink
fix configmap key
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Sep 13, 2024
1 parent b70375c commit da95d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/bin/kube-setup-funnel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ setup_funnel_infra() {
if kubectl get configmap $configmap_name -n $namespace > /dev/null 2>&1; then
g3kubectl delete configmap $configmap_name -n $namespace
fi
g3kubectl create configmap $configmap_name -n $namespace --from-file="${GEN3_HOME}/kube/services/funnel/funnel-server-config.yml" --from-file="$tempFile"
g3kubectl create configmap $configmap_name -n $namespace --from-file="${GEN3_HOME}/kube/services/funnel/funnel-server-config.yml" --from-file="funnel-worker-config.yml=$tempFile"
rm "$tempFile"

local sa_name="funnel-sa"
Expand Down

0 comments on commit da95d21

Please sign in to comment.