Skip to content

Commit

Permalink
Remove unused api-debug (#722)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:

Fixes #

**Does this PR introduce a user-facing change?**:
<!--
If no, just write "NONE" in the release-note block below.
-->
```release-note
NONE
```

/cc @nakabonne 
This PR was merged by Kapetanios.
  • Loading branch information
nghialv authored Aug 28, 2020
1 parent 2ec6846 commit 05c54ce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
9 changes: 0 additions & 9 deletions cmd/api-debug/BUILD.bazel

This file was deleted.

1 change: 0 additions & 1 deletion cmd/image.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
def all_images():
cmds = {
"api": "api",
"api-debug": "api-debug",
"piped": "piped",
"web": "web",
"helloworld": "helloworld",
Expand Down
4 changes: 0 additions & 4 deletions manifests/pipecd/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ spec:
spec:
containers:
- name: api
{{- if .Values.api.useDebugImage }}
image: "gcr.io/pipecd/api-debug:{{ .Values.api.imageTag | default .Chart.AppVersion }}"
{{- else }}
image: "gcr.io/pipecd/api:{{ .Values.api.imageTag | default .Chart.AppVersion }}"
{{- end }}
imagePullPolicy: IfNotPresent
args:
- server
Expand Down
1 change: 0 additions & 1 deletion manifests/pipecd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ gateway:
api:
replicasCount: 1
imageTag: ""
useDebugImage: true
args:
cacheAddress: ""
useFakeResponse: false
Expand Down

0 comments on commit 05c54ce

Please sign in to comment.