Skip to content

Commit

Permalink
Merge pull request #17 from dscc-admin-ch/fix-fso-lomas
Browse files Browse the repository at this point in the history
Fix hostname, Update NOTES
  • Loading branch information
LancelotMarti authored May 1, 2024
2 parents f7f4a30 + 33a43c4 commit ccda2f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/lomas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.12
version: 0.0.13

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 3 additions & 1 deletion charts/lomas/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- TODO : see if creating a discovery-secret.yaml is necessary
{{- if .Values.ingress.enabled }}
- Your server will be accessible following this [link](http{{ if $.Values.ingress.tls }}s{{ end }}://{{ .Values.ingress.hostname }})
{{- end }}
4 changes: 2 additions & 2 deletions charts/lomas/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"title":"Hostname",
"x-form":{
"hidden": true,
"value":"{{project.id}}-{{k8s.randomSubdomain}}.{{k8s.domain}}"
"value":"{{project.id}}-{{k8s.randomSubdomain}}"
},
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "{{project.id}}-{{k8s.randomSubdomain}}.{{k8s.domain}}"
"overwriteDefaultWith": "{{project.id}}-{{k8s.randomSubdomain}}"
}
},
"ingressClassName": {
Expand Down

0 comments on commit ccda2f5

Please sign in to comment.