Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
01b17147
Commit
01b17147
authored
Jan 29, 2025
by
jacklull
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove postgres chart
parent
4010b0a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
postgresql-6.5.0.tgz
dev/helm/charts/postgresql-6.5.0.tgz
+0
-0
deployment.yaml
dev/helm/templates/deployment.yaml
+2
-2
No files found.
dev/helm/charts/postgresql-6.5.0.tgz
deleted
100644 → 0
View file @
4010b0a7
File deleted
dev/helm/templates/deployment.yaml
View file @
01b17147
...
@@ -28,11 +28,11 @@ spec:
...
@@ -28,11 +28,11 @@ spec:
initContainers
:
initContainers
:
-
name
:
{{
.Chart.Name
}}
-sideload
-
name
:
{{
.Chart.Name
}}
-sideload
securityContext
:
securityContext
:
{{
.Values.sideload.securityContext | nindent 12
}}
{{
- toYaml
.Values.sideload.securityContext | nindent 12
}}
image
:
"
{{
.Values.image.repository
}}:{{
default
"latest" .Values.image.tag }}"
image
:
"
{{
.Values.image.repository
}}:{{
default
"latest" .Values.image.tag }}"
imagePullPolicy
:
{{
default "IfNotPresent" .Values.image.imagePullPolicy
}}
imagePullPolicy
:
{{
default "IfNotPresent" .Values.image.imagePullPolicy
}}
env
:
env
:
{{
.Values.sideload.env | nindent 12
}}
{{
- toYaml
.Values.sideload.env | nindent 12
}}
command
:
[
"
sh"
,
"
-c"
]
command
:
[
"
sh"
,
"
-c"
]
args
:
[
"
mkdir
-p
/wiki/data/sideload
&&
git
clone
--depth=1
{{
.Values.sideload.repoURL
}}
/wiki/data/sideload/"
]
args
:
[
"
mkdir
-p
/wiki/data/sideload
&&
git
clone
--depth=1
{{
.Values.sideload.repoURL
}}
/wiki/data/sideload/"
]
resources
:
resources
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment