diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-03-15 13:42:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-15 13:42:56 +0000 |
commit | 52bcfa62c2ef0c81c45e7e554df4307b91f57ada (patch) | |
tree | f704fc82bd91dba6ef6128e4ca501574aa31bb5e /kubernetes/oof/components/oof-has/values.yaml | |
parent | eb7dfd2284ca556f51d04d2421d5316403fe76bc (diff) | |
parent | 259e8762948abfe1292feafffbedbd26866f63e5 (diff) |
Merge "[OOM][OOF-HAS] Use basic password strength to avoid dollar sign"
Diffstat (limited to 'kubernetes/oof/components/oof-has/values.yaml')
-rwxr-xr-x | kubernetes/oof/components/oof-has/values.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/oof/components/oof-has/values.yaml b/kubernetes/oof/components/oof-has/values.yaml index 248d3afd57..bc129beb3e 100755 --- a/kubernetes/oof/components/oof-has/values.yaml +++ b/kubernetes/oof/components/oof-has/values.yaml @@ -155,3 +155,6 @@ etcd-init: keyPrefix: conductor flavor: *etcd-flavor resources: *etcd-resources + +# Python doesn't support well dollar sign in password +passwordStrengthOverride: basic
\ No newline at end of file |