Skip to content

Commit 0f5afd6

Browse files
committed
chore(redis): upgrade need password
1 parent 63c3f2d commit 0f5afd6

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

addons/redis-cluster/7.0/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ instances_retrievable: true
1515
bindings_retrievable: true
1616
plan_updateable: true
1717
allow_parameters:
18+
- name: "password"
19+
description: "password config for values.yaml"
1820
- name: "networkPolicy.allowNamespaces"
1921
description: "networkPolicy allowNamespaces config for values.yaml"
2022
- name: "service.type"

addons/redis/7.0/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ instances_retrievable: true
1515
bindings_retrievable: true
1616
plan_updateable: true
1717
allow_parameters:
18+
- name: "auth.password"
19+
description: "auth.password config for values.yaml"
1820
- name: "networkPolicy.allowNamespaces"
1921
description: "networkPolicy allowNamespaces config for values.yaml"
2022
- name: "master.service.type"

0 commit comments

Comments
 (0)