Skip to content

Commit

Permalink
Remove obsolete FLOWDOCK_ORGANIZATION_NAME env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0rg committed Aug 1, 2019
1 parent 756df82 commit 37a51b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion env-var.list
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ GITHUB_CLIENT_SECRET=$GITHUB_CLIENT_SECRET
HUBOT_FLOWDOCK_API_TOKEN=$HUBOT_FLOWDOCK_API_TOKEN
ZOOM_API_KEY=$ZOOM_API_KEY
ZOOM_API_SECRET=$ZOOM_API_SECRET
FLOWDOCK_ORGANIZATION_NAME=$FLOWDOCK_ORGANIZATION_NAME
RELEASE_NOTIFICATION_ROOM=$RELEASE_NOTIFICATION_ROOM
SUGGESTION_ALERT_ROOM=$SUGGESTION_ALERT_ROOM
5 changes: 0 additions & 5 deletions k8s/hubot-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ spec:
secretKeyRef:
name: heimdall-hubot
key: heimdall_alert_flow
- name: FLOWDOCK_ORGANIZATION_NAME
valueFrom:
secretKeyRef:
name: heimdall-hubot
key: flowdock_organization_name
- name: REDIS_URL
value: $(HEIMDALL_REDIS_SERVICE_PORT)
- name: GITHUB_CLIENT_ID
Expand Down

0 comments on commit 37a51b0

Please sign in to comment.