UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 20126f04 authored by Ryan Garcia's avatar Ryan Garcia :dizzy: Committed by Micah Nagel
Browse files

Merge branch 'kevin.wilder-master-patch-18378' into 'master'

fix nexus CA secret namespace

See merge request platform-one/big-bang/bigbang!1027

(cherry picked from commit fa4e0885)

e9450763 fix nexus CA secret namespace
parent 438d333a
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ apiVersion: v1
kind: Secret
metadata:
name: {{.Values.sso.secretName}}
namespace: anchore
namespace: nexus-repository-manager
type: Opaque
data:
ca.pem: {{ .Values.sso.certificate_authority | b64enc }}
{{- end }}
\ No newline at end of file
{{- end }}
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