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
a880dd9f
Commit
a880dd9f
authored
3 years ago
by
Ronnie Webb
Browse files
Options
Downloads
Patches
Plain Diff
deleteing twistlock secrets
parent
8ba53222
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Pipeline
#481445
passed
3 years ago
Stage: .pre
Stage: smoke tests
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chart/templates/twistlock/secret-ca.yaml
+0
-10
0 additions, 10 deletions
chart/templates/twistlock/secret-ca.yaml
chart/values.yaml
+2
-1
2 additions, 1 deletion
chart/values.yaml
with
2 additions
and
11 deletions
chart/templates/twistlock/secret-ca.yaml
deleted
100644 → 0
+
0
−
10
View file @
8ba53222
{{
- if and .Values.twistlock.enabled .Values.twistlock.sso.enabled .Values.sso.certificate_authority
}}
apiVersion
:
v1
kind
:
Secret
metadata
:
name
:
{{
.Values.sso.secretName
}}
namespace
:
twistlock
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.
chart/values.yaml
+
2
−
1
View file @
a880dd9f
...
...
@@ -75,7 +75,7 @@ sso:
auth_url
:
"
https://{{
.Values.sso.oidc.host
}}/auth/realms/{{
.Values.sso.oidc.realm
}}/protocol/openid-connect/auth"
# -- Kubernetes Secret containing the sso.certificate_authority value for SSO enabled application namespaces
secretName
:
"
tls-ca-sso
"
secretName
:
"
"
# -- (Advanced) Flux reconciliation parameters.
# The default values provided will be sufficient for the majority of workloads.
...
...
@@ -465,6 +465,7 @@ twistlock:
# -- Post Renderers. See docs/postrenders.md
postRenderers
:
[]
#
# ----------------------------------------------------------------------------------------------------------------------
#
...
...
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