1 Commits
0.1.1 ... main

Author SHA1 Message Date
41a1780bad fix update tool
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-15 12:38:19 +01:00

View File

@@ -7,7 +7,7 @@ set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
CONFIGMAP_NAME="exim-forwarder-config" CONFIGMAP_NAME="exim-forwarder-config"
NAMESPACE="forwarder" NAMESPACE="mail"
# Parse command line arguments # Parse command line arguments
DRY_RUN_FLAG="" DRY_RUN_FLAG=""
@@ -41,4 +41,4 @@ if [[ $? -eq 0 ]]; then
else else
echo "Failed to apply ConfigMap" echo "Failed to apply ConfigMap"
exit 1 exit 1
fi fi