fix
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2026-03-04 12:10:29 +01:00
parent 6dac149a48
commit e1ad76f703
3 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ for NAMESPACE_DIR in `find $INSTANCES_DIR -type d -mindepth 1 -maxdepth 1`; do
--dry-run=client \
-o yaml \
--save-config \
--from-literal=INFLUXDB_URL="$INFLUXDB_URL" | \
--from-literal=INFLUXDB_URL="${!INFLUXDB_URL}" | \
kubectl apply -f - -n $NAMESPACE
# set configuration as configMap