19 lines
338 B
YAML
19 lines
338 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: admin
|
|
namespace: openldap
|
|
type: Opaque
|
|
data:
|
|
pw: NElzVGhlTWluZEtpbGxlcg==
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: ssp-secrets
|
|
namespace: openldap
|
|
type: Opaque
|
|
stringData:
|
|
KEYPHRASE: "change-this-to-a-long-random-random-secret"
|
|
data:
|
|
LDAP_BINDPW: "NElzVGhlTWluZEtpbGxlcg==" |