Skip to content

Commit

Permalink
Moving to data_platform_libs/data_secrets central library
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed Nov 20, 2023
1 parent db1ff02 commit ac78a95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 144 deletions.
143 changes: 0 additions & 143 deletions lib/charms/postgresql_k8s/v0/postgresql_secrets.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
PostgreSQLEnableDisableExtensionError,
PostgreSQLUpdateUserPasswordError,
)
from charms.postgresql_k8s.v0.postgresql_secrets import SecretCache, generate_secret_label
from charms.data_platform_libs.v0.data_secrets import SecretCache, generate_secret_label
from charms.postgresql_k8s.v0.postgresql_tls import PostgreSQLTLS
from charms.prometheus_k8s.v0.prometheus_scrape import MetricsEndpointProvider
from charms.rolling_ops.v0.rollingops import RollingOpsManager, RunWithLock
Expand Down

0 comments on commit ac78a95

Please sign in to comment.