Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SSH Jump Host
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Charts
SSH Jump Host
Commits
cd55db47
Commit
cd55db47
authored
2 weeks ago
by
Andri Joos
Browse files
Options
Downloads
Patches
Plain Diff
add empty endpoints
parent
b6e7f819
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ssh-jump-host/templates/endpoints.yaml
+3
-0
3 additions, 0 deletions
ssh-jump-host/templates/endpoints.yaml
ssh-jump-host/values.yaml
+1
-0
1 addition, 0 deletions
ssh-jump-host/values.yaml
with
4 additions
and
0 deletions
ssh-jump-host/templates/endpoints.yaml
0 → 100644
+
3
−
0
View file @
cd55db47
{{
- range $_
,
$endpoint
:
= .Values.endpoints
}}
{{
include "common.endpoint" (dict "Values" $endpoint "Chart" $.Chart "Release" $.Release)
}}
{{
- end
}}
This diff is collapsed.
Click to expand it.
ssh-jump-host/values.yaml
+
1
−
0
View file @
cd55db47
...
...
@@ -149,3 +149,4 @@ userKeys:
# dummyUser: base64EncodedDummyUserPublicKey
networkpolicies
:
{}
endpoints
:
{}
This diff is collapsed.
Click to expand it.
Preview
0%
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