Closed diverdane closed 4 years ago
If a Conjur cluster is created with the chart setting account.name explicitly being set (i.e. not defaulted), then a couple of issues are seen:
account.name
account.create
Account 'myConjurAccount' already exists error: exit
Steps to reproduce the behavior:
--set account.name=foobar --set account.create=false
false
helm upgrade -n conjur-oss --reuse-values --recreate-pods conjur-oss ./conjur-oss
and observe that the Conjur server container continually crashes.
See above.
Latest
KinD, but it shouldn't matter.
Explicitly setting --set account.name="" might be a workaround for Helm upgrades.
--set account.name=""
Summary
If a Conjur cluster is created with the chart setting
account.name
explicitly being set (i.e. not defaulted), then a couple of issues are seen:account.create
.account.name
is not set to an empty string, then the Conjur server continually crashes with:Steps to Reproduce
Steps to reproduce the behavior:
--set account.name=foobar --set account.create=false
false
.and observe that the Conjur server container continually crashes.
Expected Results
account.create
.Actual Results (including error logs, if applicable)
See above.
Reproducible
Version/Tag number
Latest
Environment setup
KinD, but it shouldn't matter.
Additional Information
Explicitly setting
--set account.name=""
might be a workaround for Helm upgrades.