UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

fix nexus CA secret namespace

Merged kevin.wilder requested to merge kevin.wilder-master-patch-18378 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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 }}
Loading