Skip to content

Commit

Permalink
Merge pull request #129 from UCLALibrary/LEG-608/add_test_survey
Browse files Browse the repository at this point in the history
Addition of test survey snippet
  • Loading branch information
kjallen authored Sep 20, 2024
2 parents 66555f9 + 1644205 commit cba1ae0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 2 additions & 0 deletions app/views/layouts/blacklight.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<!-- Addition for test survey -->
<script defer src="https://test-librarystudy.library.ucla.edu/gsurvey.js"></script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
Expand Down
2 changes: 1 addition & 1 deletion charts/stage-oralhistory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: uclalibrary/oral-history
# changing this tag will cause a deploy via ArgoCD
tag: 83c9e8cb
tag: 0b1e464c
pullPolicy: Always

# Chart documentation: https://github.com/bitnami/charts/tree/main/bitnami/solr
Expand Down
13 changes: 6 additions & 7 deletions charts/test-oralhistory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: uclalibrary/oral-history
# changing this tag will cause a deploy via ArgoCD
tag: f5547a55
tag: 0b1e464c
pullPolicy: Always

# Chart documentation: https://github.com/bitnami/charts/tree/main/bitnami/solr
Expand Down Expand Up @@ -173,11 +173,11 @@ externalsecrets:
remoteRef:
key: /apps/testrke01/oh-public/admin_password


# configure a registry token for access to your container registry, needs read permissions, create secret in Rancher, follow instructions:
# https://ranchermanager.docs.rancher.com/v2.5/how-to-guides/new-user-guides/kubernetes-resources-setup/kubernetes-and-docker-registries#creating-a-registry
# replace registry-token below with the name of the secret you created in the Rancher UI
imagePullSecrets: []
imagePullSecrets:
[]
# - registry-token
fullnameOverride: "oral-history"

Expand Down Expand Up @@ -207,10 +207,9 @@ ingress:
paths:
- "/"
tls:
- secretName: oralhistory-tls
hosts:
- oralhistory-test.library.ucla.edu

- secretName: oralhistory-tls
hosts:
- oralhistory-test.library.ucla.edu

resources:
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit cba1ae0

Please sign in to comment.