Skip to content

Commit

Permalink
CRD update
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Hunziker committed Jun 4, 2024
1 parent a23f5f5 commit 0077df1
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions operator/crd/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,32 @@ spec:
description: "Configure client TLS connections using a JKS or PKCS12 truststore. A JKS truststore should have its password set to 'changeit', while a PKCS12 truststore should have an empty password."
type: object
properties:
configMapName:
type: string
key:
type: string
type:
type: string
enum:
- jks
- pkcs12
required:
- configMapName
- key
- type
clientConfig:
type: object
properties:
configMapName:
type: string
key:
type: string
type:
type: string
enum:
- jks
- pkcs12
required:
- configMapName
- key
- type
serverConfig:
type: object
properties:
secretName:
type: string
key:
type: string
required:
- configMapName
- key
required:
- routeConfigMap
required:
Expand Down

0 comments on commit 0077df1

Please sign in to comment.