Skip to content
Snippets Groups Projects
Commit 31d8a491 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7615 add helm configuration for documantation url

parent 38d8be8f
No related branches found
No related tags found
1 merge request!6Ozg 7615 leitfaden link
......@@ -70,6 +70,10 @@ spec:
value: {{ include "app.ssoClientName" . }}
- name: ozgcloud_oauth2_auth-server-url
value: {{ include "app.ssoServerUrl" . }}
{{- if (((.Values.ozgcloud).user_assistance).documentation).url }}
- name: ozgcloud_user-assistance_documentation_url
value: {{ .Values.ozgcloud.user_assistance.documentation.url }}
{{- end }}
{{- if not (.Values.database).useExternal }}
- name: spring_data_mongodb_uri
valueFrom:
......
......@@ -54,5 +54,15 @@ tests:
content:
name: ozgcloud_administration_sync_organisationseinheiten_cron
value: "*/15 * * * *"
- it: should have user assistance documentation url
set:
ozgcloud:
user_assistance:
documentation:
url: http://hier/geht/es/zum/benutzerleitfaden.de
asserts:
- contains:
path: spec.template.spec.containers[0].env
content:
name: ozgcloud_user-assistance_documentation_url
value: http://hier/geht/es/zum/benutzerleitfaden.de
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment