Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CTA
Manage
Activity
Members
Labels
Plan
Issues
208
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
21
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
cta
CTA
Merge requests
!632
Resolve "[CI] cta-frontend logs not available in artifacts"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "[CI] cta-frontend logs not available in artifacts"
861-ci-cta-frontend-logs-not-available-in-artifacts-2
into
main
Overview
1
Commits
1
Pipelines
2
Changes
6
Merged
Joao Afonso
requested to merge
861-ci-cta-frontend-logs-not-available-in-artifacts-2
into
main
3 months ago
Overview
1
Commits
1
Pipelines
2
Changes
6
Expand
Summary
Additional Required Actions
Requires manual tests in pre-production: YES/NO
Requires a documentation update: YES/NO
References
#861 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
5d3c0752
1 commit,
3 months ago
6 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
continuousintegration/orchestration/helm/cta/charts/client/templates/pod.yaml
+
1
−
1
Options
@@ -32,7 +32,7 @@ spec:
{{
include "client.readinessProbe" .Values.readinessProbe | nindent 4
}}
{{
- end
}}
securityContext
:
privileged
:
{{
.Values.isPriviliged
}}
privileged
:
{{
.Values.isPriviliged
}}
{{
- include "client.volumeMounts" . | nindent 4
}}
# Here are volumes added
{{
- include "client.volumes" . | nindent 2
}}
Loading