I found this from a. Google AI answer but I don’t...
# neuvector_suse-security
m
I found this from a. Google AI answer but I don’t see it in the chart;
bootstrapPassword:
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.