UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a7ca0154 authored by Ronnie Webb's avatar Ronnie Webb
Browse files

adding nexus secret

parent a880dd9f
No related branches found
No related tags found
1 merge request!856Issue 673 bigbang sso secrets
Pipeline #481461 passed
{{- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment