Skip to content

Commit

Permalink
Add extras/DEBUG_EXPORTS.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan CJ <[email protected]>
  • Loading branch information
Rohan CJ committed Jun 25, 2019
1 parent be12d08 commit 76d375c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extras/DEBUG_EXPORTS.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set -x
export OPERATOR_NAME=ocs-operator
export WATCH_NAMESPACE=openshift-storage
export KUBERNETES_CONFIG=${KUBECONFIG}
set +x
echo Run the operator with: go run cmd/manager/main.go

0 comments on commit 76d375c

Please sign in to comment.