Search
This document describes the configuration methods for credentials required by Nexus instances.
Create a Secret, select the Opaque type, and add a password field in the configuration items:
password
apiVersion: v1 data: password: <base64 encode password> kind: Secret metadata: name: nexus-root-password type: Opaque