Skip to content

Commit

Permalink
Fix helm CI (airbytehq#7004)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamakase authored Oct 13, 2021
1 parent 80c9ed2 commit c4f93fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions airbyte-webapp/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
REACT_APP_SEGMENT_TOKEN=6cxNSmQyGSKcATLdJ2pL6WsawkzEMDAN
REACT_APP_FULL_STORY_ORG=13AXQ4
REACT_APP_PAPERCUPS_ACCOUNT_ID=74560291-451e-4ceb-a802-56706ece528b
REACT_APP_OPEN_REPLAY_PROJECT_ID=6611843272536134
REACT_APP_SENTRY_DSN=
REACT_APP_INTERCOM_APP_ID=nj1oam7s
2 changes: 0 additions & 2 deletions charts/airbyte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
| `webapp.api.url` | The webapp API url. | `/api/v1/` |
| `webapp.isDemo` | Set to true if this is a demo | `false` |
| `webapp.fullstory.enabled` | Whether or not to enable fullstory | `false` |
| `webapp.openreplay.enabled` | Whether or not to enable openreplay | `false` |
| `webapp.storytime.enabled` | Whether or not to enable Papercups storytime | `false` |
| `webapp.extraEnv` | Additional env vars for webapp pod(s). | `[]` |


Expand Down
8 changes: 0 additions & 8 deletions charts/airbyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,6 @@ webapp:
fullstory:
enabled: false

## @param webapp.openreplay.enabled Whether or not to enable openreplay
openreplay:
enabled: false

## @param webapp.storytime.enabled Whether or not to enable Papercups storytime
storytime:
enabled: false

## @param webapp.extraEnv [array] Additional env vars for webapp pod(s).
## Example:
##
Expand Down

0 comments on commit c4f93fd

Please sign in to comment.