Skip to content

Commit

Permalink
Merge pull request #370 from percona/dev/K8SPSMDB-1132
Browse files Browse the repository at this point in the history
K8SPSMDB-1132: add `spec.secrets.keyFile` field
  • Loading branch information
jvpasinatto authored Oct 24, 2024
2 parents 2146e88 + 4d391b4 commit fe7948a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/psmdb-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ The chart can be customized using the following configurable parameters:
| |
| `secrets.users` | The name of the Secrets object for the MongoDB users required to run the operator | `""` |
| `secrets.encryptionKey` | Set secret for data at rest encryption key | `""` |
| `secrets.keyFile` | Specifies a secret key file for authenticating MongoDB instances | `""` |
| `secrets.vault` | Specifies a secret object to provide integration with HashiCorp Vault | `""` |
| `secrets.ldapSecret` | Specifies a secret object for LDAP over TLS connection between MongoDB and OpenLDAP server | `""` |
| `secrets.sse` | The name of the Secrets object for server side encryption credentials | `""` |
Expand Down
1 change: 1 addition & 0 deletions charts/psmdb-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ secrets: {}
# If not set the operator generates the default secret with name <cluster_name>-secrets
# users: my-cluster-name-secrets
# encryptionKey: my-cluster-name-mongodb-encryption-key
# keyFile: my-cluster-name-mongodb-keyfile
# vault: my-cluster-name-vault
# ldapSecret: my-ldap-secret
# sse: my-cluster-name-sse
Expand Down
2 changes: 2 additions & 0 deletions charts/psmdb-operator/crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8949,6 +8949,8 @@ spec:
properties:
encryptionKey:
type: string
keyFile:
type: string
ldapSecret:
type: string
sse:
Expand Down

0 comments on commit fe7948a

Please sign in to comment.