Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorin Buliarca committed Nov 29, 2017
1 parent 1761918 commit fa5f31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ envs:
# I had to split the URL into 2 parts because I couldn't find a way to put the exact string \& in the value
# This way I moved handling that value in the template chart where it seems it doesn't have a problem with it.
notifications_push_url: "/content/notifications-push?monitor=true"
notifications_pursh_url_param2: "type=all"
notifications_push_url_param2: "type=all"
lists_notifications_url: "/__list-notifications-rw/lists/notifications"
lists_notifications_push_url: "/lists/notifications-push?monitor=true"
validation_endpoints:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
- name: NOTIFICATIONS_URL
value: "{{ .Values.envs.notifications_url }}"
- name: NOTIFICATIONS_PUSH_URL
value: {{ .Values.envs.notifications_push_url }}\&{{ .Values.envs.notifications_pursh_url_param2 }}
value: {{ .Values.envs.notifications_push_url }}\&{{ .Values.envs.notifications_push_url_param2 }}
- name: LISTS_NOTIFICATIONS_URL
value: "{{ .Values.envs.lists_notifications_url }}"
- name: LISTS_NOTIFICATIONS_PUSH_URL
Expand Down

0 comments on commit fa5f31f

Please sign in to comment.