Skip to content

Commit

Permalink
Merge pull request #22 from NorskHelsenett/feature/helm-fix
Browse files Browse the repository at this point in the history
Fixing helm configmap
  • Loading branch information
rogerwesterbo authored Feb 12, 2025
2 parents 1a12fc4 + 24ab90c commit 25433f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/ror-webapp/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ data:
"regex": {
"forms": "^[@()\\/:?\\r\\n.,a-zA-Z æøåÆØÅ0-9_-]+$"
},
externalDocsUrl: "{{ .Values.docs.externalDocsUrl }}",
docsUrl: "{{ .Values.docs.docsUrl }}",
"externalDocsUrl": "{{ .Values.docs.externalDocsUrl }}",
"docsUrl": "{{ .Values.docs.docsUrl }}",
"rowsPerPage": [10, 25, 50, 75, 100],
"rows": 25,
"rorApi": "{{ .Values.web.apiUrl }}",
Expand Down

0 comments on commit 25433f1

Please sign in to comment.