UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Admin message
Currently supported Big Bang Version is 2.51
Show more breadcrumbs
Big Bang
bigbang
Commits
a7ca0154
Commit
a7ca0154
authored
3 years ago
by
Ronnie Webb
Browse files
Options
Downloads
Patches
Plain Diff
adding nexus secret
parent
a880dd9f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!856
Issue 673 bigbang sso secrets
Pipeline
#481461
passed
3 years ago
Stage: .pre
Stage: smoke tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
chart/templates/nexus-repository-manager/secret-ca.yaml
+10
-0
10 additions, 0 deletions
chart/templates/nexus-repository-manager/secret-ca.yaml
with
10 additions
and
0 deletions
chart/templates/nexus-repository-manager/secret-ca.yaml
0 → 100644
+
10
−
0
View file @
a7ca0154
{{
- if and (or .Values.addons.nexus.enabled) .Values.addons.nexus.sso.enabled .Values.sso.certificate_authority
}}
apiVersion
:
v1
kind
:
Secret
metadata
:
name
:
{{
.Values.sso.secretName
}}
namespace
:
anchore
type
:
Opaque
data
:
ca.pem
:
{{
.Values.sso.certificate_authority | b64enc
}}
{{
- end
}}
\ No newline at end of file
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