microscopic-cat-74984
11/05/2025, 5:56 PMbootstrapPassword:
secretName: neuvector-bootstrap-secret
secretKey: bootstrapPassword
I also deployed a secret manally:
apiVersion: v1
kind: Secret
metadata:
name: neuvector-bootstrap-secret
namespace: neuvector
type: Opaque
data:
bootstrapPassword: cdDJDFdspssd%
and I could not login with that value. Further, a helm secret values string will not work because it expects the supplied to not be encoded.