face-detector: remove - from dir name
diff --git a/apps/face-detection/Dockerfile b/apps/face_detection/Dockerfile
similarity index 100%
rename from apps/face-detection/Dockerfile
rename to apps/face_detection/Dockerfile
diff --git a/apps/face-detection/chart/Chart.yaml b/apps/face_detection/chart/Chart.yaml
similarity index 100%
rename from apps/face-detection/chart/Chart.yaml
rename to apps/face_detection/chart/Chart.yaml
diff --git a/apps/face-detection/chart/README.md b/apps/face_detection/chart/README.md
similarity index 100%
rename from apps/face-detection/chart/README.md
rename to apps/face_detection/chart/README.md
diff --git a/apps/face-detection/chart/face-detection.tar.gz b/apps/face_detection/chart/face-detection.tar.gz
similarity index 100%
rename from apps/face-detection/chart/face-detection.tar.gz
rename to apps/face_detection/chart/face-detection.tar.gz
Binary files differ
diff --git a/apps/face-detection/chart/templates/pcloud/Actions.yaml b/apps/face_detection/chart/templates/pcloud/Actions.yaml
similarity index 100%
rename from apps/face-detection/chart/templates/pcloud/Actions.yaml
rename to apps/face_detection/chart/templates/pcloud/Actions.yaml
diff --git a/apps/face-detection/chart/templates/pcloud/Schema.yaml b/apps/face_detection/chart/templates/pcloud/Schema.yaml
similarity index 100%
rename from apps/face-detection/chart/templates/pcloud/Schema.yaml
rename to apps/face_detection/chart/templates/pcloud/Schema.yaml
diff --git a/apps/face-detection/chart/templates/pcloud/Triggers.yaml b/apps/face_detection/chart/templates/pcloud/Triggers.yaml
similarity index 100%
rename from apps/face-detection/chart/templates/pcloud/Triggers.yaml
rename to apps/face_detection/chart/templates/pcloud/Triggers.yaml
diff --git a/apps/face-detection/chart/values.yaml b/apps/face_detection/chart/values.yaml
similarity index 100%
rename from apps/face-detection/chart/values.yaml
rename to apps/face_detection/chart/values.yaml
diff --git a/apps/face-detection/deploy.yaml b/apps/face_detection/deploy.yaml
similarity index 100%
rename from apps/face-detection/deploy.yaml
rename to apps/face_detection/deploy.yaml
diff --git a/apps/face-detection/haar.py b/apps/face_detection/haar.py
similarity index 100%
rename from apps/face-detection/haar.py
rename to apps/face_detection/haar.py
diff --git a/apps/face-detection/haarcascade_frontalface_default.xml b/apps/face_detection/haarcascade_frontalface_default.xml
similarity index 100%
rename from apps/face-detection/haarcascade_frontalface_default.xml
rename to apps/face_detection/haarcascade_frontalface_default.xml
diff --git a/apps/face-detection/main.py b/apps/face_detection/main.py
similarity index 100%
rename from apps/face-detection/main.py
rename to apps/face_detection/main.py
diff --git a/apps/face-detection/mtcnn.py b/apps/face_detection/mtcnn.py
similarity index 100%
rename from apps/face-detection/mtcnn.py
rename to apps/face_detection/mtcnn.py