Skip to content

Commit 494d45a

Browse files
chore: add default to existing_secret_password_key
1 parent da73815 commit 494d45a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The following table lists the configurable parameters of the `shield` chart and
114114
| features.respond.rapid_response.enabled | | <code>false</code> |
115115
| features.respond.rapid_response.password | | <code></code> |
116116
| features.respond.rapid_response.existing_secret | The name of the existing Rapid Response secret | <code></code> |
117-
| features.respond.rapid_response.existing_secret_password_key | The key used in the existing Rapid Response secret for the password | <code></code> |
117+
| features.respond.rapid_response.existing_secret_password_key | The key used in the existing Rapid Response secret for the password (default: password) | <code></code> |
118118
| features.respond.response_actions.enabled | | <code>false</code> |
119119
| features.monitor.app_checks.enabled | | <code>false</code> |
120120
| features.monitor.java_management_extensions.enabled | | <code>false</code> |

charts/shield/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ features:
146146
password:
147147
# The name of the existing Rapid Response secret
148148
existing_secret:
149-
# The key used in the existing Rapid Response secret for the password
149+
# The key used in the existing Rapid Response secret for the password (default: password)
150150
existing_secret_password_key:
151151
response_actions:
152152
enabled: false

0 commit comments

Comments
 (0)