Skip to content

Commit

Permalink
chor(ci): improve default license_link_url
Browse files Browse the repository at this point in the history
ddfreiling committed May 1, 2024
1 parent a9d0090 commit bf6af23
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/helm-chart/config/config.yaml.tpl
Original file line number Diff line number Diff line change
@@ -55,6 +55,6 @@ lsd:
# to the host name gives access to a fresh license.
# Keep {license_id} as-is; this is a template.
# Read the doc to know more about how to develop a License Gateway.
license_link_url: {{ default ( tpl "{{ .Values.lsd.public_base_url }}/{license_id}" . ) .Values.links.license | quote }}
license_link_url: {{ default ( tpl "{{ .Values.lcp.public_base_url }}/licenses/{license_id}" . ) .Values.links.license | quote }}

{{ toYaml .Values.license_status }}
4 changes: 3 additions & 1 deletion ci/helm-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -14,8 +14,10 @@ auth:

links:
hint: https://localhost/lcp-hint
# defaults to LSD endpoints if nothing provided
# should be set to the LCP license gateway URL with {license_id} templated in.
# defaults to LCP license endpoint if nothing provided, for testing purposes!
license:
# defaults to LSD license status endpoint if nothing provided
status:

storage:

0 comments on commit bf6af23

Please sign in to comment.