Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ui-middleware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue 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
Open Source Software
OX App Suite
Core
ui-middleware
Commits
d51e0dbb
Commit
d51e0dbb
authored
1 year ago
by
david.bauer
Committed by
julian.baeume
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Chore: Remove test and add charts dir to .gitignore
parent
aac12484
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
helm/core-ui-middleware/templates/tests/test-connection.yaml
+0
-15
0 additions, 15 deletions
helm/core-ui-middleware/templates/tests/test-connection.yaml
with
1 addition
and
15 deletions
.gitignore
+
1
−
0
View file @
d51e0dbb
...
...
@@ -126,3 +126,4 @@ Thumbs.db
output
package-lock.json
pnpm-lock.yaml
helm/core-ui-middleware/charts/
This diff is collapsed.
Click to expand it.
helm/core-ui-middleware/templates/tests/test-connection.yaml
deleted
100644 → 0
+
0
−
15
View file @
aac12484
apiVersion
:
v1
kind
:
Pod
metadata
:
name
:
"
{{
include
"core-ui-middleware.fullname" . }}-test-connection"
labels
:
{{
- include "core-ui-middleware.labels" . | nindent 4
}}
annotations
:
"
helm.sh/hook"
:
test
spec
:
containers
:
-
name
:
wget
image
:
busybox
command
:
[
'
wget'
]
args
:
[
'
{{
include
"core-ui-middleware.fullname"
.
}}:{{
.Values.service.port
}}'
]
restartPolicy
:
Never
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