Skip to content

Commit

Permalink
Rebased 6/edge
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Oct 12, 2023
1 parent 3e924ff commit d24c7f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/charms/mongodb/v0/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,4 @@ def process_pbm_status(pbm_status: str) -> StatusBase:
if current_op["type"] == "resync":
return WaitingStatus("waiting to sync s3 configurations.")

return ActiveStatus()
return ActiveStatus()
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1454,4 +1454,4 @@ class SetPasswordError(Exception):


if __name__ == "__main__":
main(MongodbOperatorCharm)
main(MongodbOperatorCharm)
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ class Secrets:
SECRET_KEYFILE_NAME = "keyfile"
SECRET_INTERNAL_LABEL = "internal-secret"
SECRET_DELETED_LABEL = "None"
MAX_PASSWORD_LENGTH = 4096
MAX_PASSWORD_LENGTH = 4096
2 changes: 1 addition & 1 deletion src/machine_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def add_args_to_env(var: str, args: str):
env_vars.append(f"{var}={args}")

with open(Config.ENV_VAR_PATH, "w") as service_file:
service_file.writelines(env_vars)
service_file.writelines(env_vars)

0 comments on commit d24c7f4

Please sign in to comment.