Skip to content

Commit

Permalink
WAC-34 Correct google analytics credentials filename (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansberry authored Aug 1, 2024
1 parent c007330 commit 280d810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ckan/templates/kubernetes/ckan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
ckan-uwsgi.ini: "{{ lookup('template', 'templates/ckan/ckan-uwsgi.ini') | b64encode }}"
wsgi.py: "{{ lookup('template', 'templates/ckan/wsgi.py') | b64encode }}"
{% if ckan_googleanalytics_enable %}
ckan_googleanalytics_credentials.json: "{{ ckan_googleanalytics_credentials | to_json | b64encode }}"
google_analytics_credentials.json: "{{ ckan_googleanalytics_credentials | to_json | b64encode }}"
{% endif %}
type: Opaque

Expand Down

0 comments on commit 280d810

Please sign in to comment.