Skip to content

Commit 5867bcb

Browse files
committed
Move release Dockerfile to release.Dockerfile
1 parent bdf0b3e commit 5867bcb

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

deploy/kubernetes/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: triage-party-config
55
namespace: triage-party
66
data:
7-
# The contents of examples/generic-project.yaml
7+
# The contents of config/config.yaml
88
config.yaml: |
99
settings:
1010
name: generic-project

docs/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Triage Party includes with two example configurations that are useful to get started:
66

7-
* [generic-project](../examples/generic-project.yaml): uses label regular expressions that work for most GitHub projects
8-
* [generic-kubernetes](../examples/generic-project.yaml): for projects that use Kubernetes-style labels, particularly prioritization
7+
* [config](../config/config.yaml): uses label regular expressions that work for most GitHub projects
8+
* [kubernetes](../config/examples/kubernetes.yaml): for projects that use Kubernetes-style labels, particularly prioritization
99

1010
## Collections
1111

base.Dockerfile renamed to release.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ FROM gcr.io/distroless/base
3636
COPY --from=builder /src/tparty/main /app/
3737
COPY site /app/site/
3838
COPY third_party /app/third_party/
39-
# Include an example config to keep Triage Party from crashing. Supply your own!
40-
COPY examples/generic-project.yaml /app/config/config.yaml
39+
COPY config/config.yaml /app/config/config.yaml
4140

4241
# Useful environment variables:
4342
#

0 commit comments

Comments
 (0)