Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): add value to customise URL of privacy notice (#778) #778

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

mdonadoni
Copy link
Member

Copy link

codecov bot commented Feb 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (79aedb9) 18.61% compared to head (650ddbd) 18.61%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #778   +/-   ##
=======================================
  Coverage   18.61%   18.61%           
=======================================
  Files          26       26           
  Lines        2326     2326           
=======================================
  Hits          433      433           
  Misses       1893     1893           

@@ -12,9 +15,9 @@ data:
client_pyvenv: {{ .Values.components.reana_ui.client_pyvenv | quote | default "null" }}
forum_url: {{ .Values.components.reana_ui.forum_url | quote | default "null" }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we update the default value for the forum and docs URLs in the README, shouldn't we update them here as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are already set in the values file, I am just keeping the docs up to date:

docs_url: https://docs.reana.io
forum_url: https://forum.reana.io

@mdonadoni mdonadoni merged commit 650ddbd into reanahub:master Feb 12, 2024
15 checks passed
@mdonadoni mdonadoni deleted the privacy-notice-link branch February 12, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

privacy notice: update text
2 participants