Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f4c4015d
Commit
f4c4015d
authored
Jan 13, 2022
by
Marcia Ramos
Committed by
Marcel Amirault
Jan 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Reword the section heading for clarity
parent
ed67f0e8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/development/features_inside_dot_gitlab.md
doc/development/features_inside_dot_gitlab.md
+1
-1
doc/user/clusters/applications.md
doc/user/clusters/applications.md
+2
-2
No files found.
doc/development/features_inside_dot_gitlab.md
View file @
f4c4015d
...
@@ -16,7 +16,7 @@ When implementing new features, please refer to these existing features to avoid
...
@@ -16,7 +16,7 @@ When implementing new features, please refer to these existing features to avoid
-
[
CODEOWNERS
](
../user/project/code_owners.md#set-up-code-owners
)
:
`.gitlab/CODEOWNERS`
.
-
[
CODEOWNERS
](
../user/project/code_owners.md#set-up-code-owners
)
:
`.gitlab/CODEOWNERS`
.
-
[
Route Maps
](
../ci/review_apps/#route-maps
)
:
`.gitlab/route-map.yml`
.
-
[
Route Maps
](
../ci/review_apps/#route-maps
)
:
`.gitlab/route-map.yml`
.
-
[
Customize Auto DevOps Helm Values
](
../topics/autodevops/customize.md#customize-values-for-helm-chart
)
:
`.gitlab/auto-deploy-values.yaml`
.
-
[
Customize Auto DevOps Helm Values
](
../topics/autodevops/customize.md#customize-values-for-helm-chart
)
:
`.gitlab/auto-deploy-values.yaml`
.
-
[
GitLab managed apps CI/CD
](
../user/clusters/applications.md#
usage
)
:
`.gitlab/managed-apps/config.yaml`
.
-
[
GitLab managed apps CI/CD
](
../user/clusters/applications.md#
prerequisites
)
:
`.gitlab/managed-apps/config.yaml`
.
-
[
Insights
](
../user/project/insights/index.md#configure-your-insights
)
:
`.gitlab/insights.yml`
.
-
[
Insights
](
../user/project/insights/index.md#configure-your-insights
)
:
`.gitlab/insights.yml`
.
-
[
Service Desk Templates
](
../user/project/service_desk.md#using-customized-email-templates
)
:
`.gitlab/service_desk_templates/`
.
-
[
Service Desk Templates
](
../user/project/service_desk.md#using-customized-email-templates
)
:
`.gitlab/service_desk_templates/`
.
-
[
Web IDE
](
../user/project/web_ide/#web-ide-configuration-file
)
:
`.gitlab/.gitlab-webide.yml`
.
-
[
Web IDE
](
../user/project/web_ide/#web-ide-configuration-file
)
:
`.gitlab/.gitlab-webide.yml`
.
doc/user/clusters/applications.md
View file @
f4c4015d
...
@@ -54,7 +54,7 @@ Supported applications:
...
@@ -54,7 +54,7 @@ Supported applications:
-
[
PostHog
](
#install-posthog-using-gitlab-cicd
)
-
[
PostHog
](
#install-posthog-using-gitlab-cicd
)
-
[
Prometheus
](
#install-prometheus-using-gitlab-cicd
)
-
[
Prometheus
](
#install-prometheus-using-gitlab-cicd
)
###
Usage
###
Prerequisites
You can find and import all the files referenced below
You can find and import all the files referenced below
in the
[
example cluster applications
in the
[
example cluster applications
...
@@ -95,7 +95,7 @@ applications you have configured. In case of pipeline failure, the
...
@@ -95,7 +95,7 @@ applications you have configured. In case of pipeline failure, the
output of the
[
Helm Tiller
](
https://v2.helm.sh/docs/install/#running-tiller-locally
)
binary
output of the
[
Helm Tiller
](
https://v2.helm.sh/docs/install/#running-tiller-locally
)
binary
is saved as a
[
CI job artifact
](
../../ci/pipelines/job_artifacts.md
)
.
is saved as a
[
CI job artifact
](
../../ci/pipelines/job_artifacts.md
)
.
####
Usage
in GitLab versions earlier than 13.5
####
Prerequisites
in GitLab versions earlier than 13.5
For GitLab versions 13.5 and earlier, the Ingress, Fluentd, Prometheus, and Sentry
For GitLab versions 13.5 and earlier, the Ingress, Fluentd, Prometheus, and Sentry
apps were fetched from the central Helm stable repository (
`https://kubernetes-charts.storage.googleapis.com/`
).
apps were fetched from the central Helm stable repository (
`https://kubernetes-charts.storage.googleapis.com/`
).
...
...
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