Skip to content

Commit c743d09

Browse files
author
Alan Christie
committed
style: Removed --verbose (added ${KOPF_EXTRA_OPTIONS})
1 parent 53e2d14 commit c743d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
kopf run ./handlers.py --verbose --standalone --all-namespaces --log-format full
2+
kopf run ./handlers.py --standalone --all-namespaces --log-format full ${KOPF_EXTRA_OPTIONS}

0 commit comments

Comments
 (0)