Skip to content

Commit

Permalink
Update myval.yaml
Browse files Browse the repository at this point in the history
Modify the custom certificate parameters in the myval.yaml file
  • Loading branch information
opencmit2 authored Nov 1, 2023
1 parent 98514f9 commit 6f4af86
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .bin/myval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ phpldapadmin:
ingress:
hosts:
- "phpldapadmin.example"
customTLS:
enabled: true
image:
repository: alpine/openssl
tag: latest
secret: "custom-cert"
customSchemaFiles:
10_owncloud_schema.ldif: |-
# This LDIF files describes the ownCloud schema and can be used to
Expand Down Expand Up @@ -72,3 +66,11 @@ service:
ldapPortNodePort: 30389
sslLdapPortNodePort: 30636
type: NodePort
initTLSSecret:
tls_enabled: true
image:
registry: docker.io
repository: alpine/openssl
tag: latest
pullPolicy: IfNotPresent
secret: "custom-cert"

0 comments on commit 6f4af86

Please sign in to comment.