Skip to content

Commit

Permalink
build(k8s): rename PIWIK_ID to PIWIK_SITE_ID (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Jun 27, 2019
1 parent 69f91ea commit dfa1281
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
value: "https://${NLP_HOST}/api/suggest"
- name: PIWIK_URL
value: ${CI_PIWIK_URL}
- name: PIWIK_ID
value: ${CI_PIWIK_ID}
- name: PIWIK_SITE_ID
value: ${CI_PIWIK_SITE_ID}
- name: SENTRY_PUBLIC_DSN
value: ${CI_SENTRY_PUBLIC_DSN}

0 comments on commit dfa1281

Please sign in to comment.