diff --git a/tools/config/override-configmap-dev.sh b/tools/config/override-configmap-dev.sh index 81b8dcd6..bd33baf6 100644 --- a/tools/config/override-configmap-dev.sh +++ b/tools/config/override-configmap-dev.sh @@ -63,5 +63,4 @@ echo Creating config map "$APP_NAME"-flb-sc-config-map oc create -n "$GRAD_NAMESPACE"-"$envValue" configmap "$APP_NAME"-flb-sc-config-map \ --from-literal=fluent-bit.conf="$FLB_CONFIG" \ --from-literal=parsers.conf="$PARSER_CONFIG" \ - --from-literal=CRON_SCHEDULED_REFRESH_NON_GRAD_STATUS="0 */10 * ? * *" --dry-run=client -o yaml | oc apply -f -