-
Notifications
You must be signed in to change notification settings - Fork 24
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
ENDOC-782 add vars for paths #832
base: main
Are you sure you want to change the base?
Conversation
**For the Primary Tenant**, add these variables with your values in the `EntandoApp` deployment: | ||
``` yaml | ||
- name: CDS_PUBLIC_PATH | ||
value: /YOUR-PUBLIC-PATH |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These options aren't present in 7.3 distribution (I see the folder v7.3)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eugeniosant Will it be present for 7.3.1 and do you know if that's going to be released anytime soon?
- name: CDS_PUBLIC_PATH | ||
value: /YOUR-PUBLIC-PATH | ||
- name: CDS_INTERNAL_PUBLIC_SECTION | ||
value: /YOUR-INTERNAL-PUBLIC-PATH |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better to tell what is the default value for each option
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eugeniosant, aren't the default values just empty?
No description provided.