We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7cffa commit 6de0643Copy full SHA for 6de0643
chart/values.yaml
@@ -104,8 +104,10 @@ controller:
104
repository: hashicorp/vault-secrets-operator
105
tag: 0.5.1
106
107
- # Global secret transformation options.
108
- # @type: array<string>
+ # Global secret transformation options. In addition to the boolean options
+ # below, these options may be set via the
109
+ # `VSO_GLOBAL_TRANSFORMATION_OPTIONS` environment variable as a
110
+ # comma-separated list. Valid values are: `exclude-raw`
111
globalTransformationOptions:
112
# excludeRaw directs the operator to prevent _raw secret data being stored
113
# in the destination K8s Secret.
0 commit comments