Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Esgf Docker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESGF
mirrors
Esgf Docker
Commits
6eab6faa
Unverified
Commit
6eab6faa
authored
6 months ago
by
William Tucker
Committed by
GitHub
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Simplified the ingress TLS if statement
parent
f5717a62
No related branches found
No related tags found
No related merge requests found
Pipeline
#594305
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy/kubernetes/chart/templates/_helpers.tpl
+1
-1
1 addition, 1 deletion
deploy/kubernetes/chart/templates/_helpers.tpl
with
1 addition
and
1 deletion
deploy/kubernetes/chart/templates/_helpers.tpl
+
1
−
1
View file @
6eab6faa
...
...
@@ -117,7 +117,7 @@ The produced mounts will always be read-only.
Generate
TLS
config
for
ingress
.
*/
}
}
{{- define "esgf.ingress.tls" }}
{{- if
(or
.Values.ingress.tls.enabled
.Capabilities.APIVersions.Has "security.openshift.io/v1" )
}}
{{- if .Values.ingress.tls.enabled }}
tls:
- hosts:
- {{ .Values.hostname | quote }}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment