Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ controller:
repository: hashicorp/vault-secrets-operator
tag: 0.5.1

# Global secret transformation options.
# @type: array<string>
# Global secret transformation options. In addition to the boolean options
# below, these options may be set via the
# `VSO_GLOBAL_TRANSFORMATION_OPTIONS` environment variable as a
# comma-separated list. Valid values are: `exclude-raw`
globalTransformationOptions:
# excludeRaw directs the operator to prevent _raw secret data being stored
# in the destination K8s Secret.
Expand Down