Skip to content

Commit

Permalink
modify configmap for GA
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Jun 10, 2024
1 parent 6c85b75 commit 4c09a1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ data:
quota.json: |
{{- .Values.quota | nindent 4 }}
ga_key.json: |
"GA-KEY": {{- .Values.google_analytics }}
{
"GA_KEY": "{{- .Values.google_analytics }}"
}
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ quota: |
"service": [ 100, 2 ]
}
}
# the following information is for embedding google analytics into IN-CORE sites
# it WILL NOT impact the operation of the site if this is NOT set up
# it is used to track usage of the site and to help improve the site
Expand Down

0 comments on commit 4c09a1c

Please sign in to comment.