Skip to content

Commit 6de0643

Browse files
authored
chart values: mention global transformation option env variable (#626)
Also remove the docstring type for `controller.manager.globalTransformationOptions` since it's not actually used in the chart as an array.
1 parent 6e7cffa commit 6de0643

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

chart/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,10 @@ controller:
104104
repository: hashicorp/vault-secrets-operator
105105
tag: 0.5.1
106106

107-
# Global secret transformation options.
108-
# @type: array<string>
107+
# Global secret transformation options. In addition to the boolean options
108+
# 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`
109111
globalTransformationOptions:
110112
# excludeRaw directs the operator to prevent _raw secret data being stored
111113
# in the destination K8s Secret.

0 commit comments

Comments
 (0)