fix: added ldap identity auth example

This commit is contained in:
Daniel Hougaard
2025-08-04 21:57:07 +04:00
parent 4b9e57ae61
commit 35012fde03
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: ldap-auth-credentials
type: Opaque
stringData:
username: <ldap-username>
password: <ldap-password>