Skip to content

Commit

Permalink
feat: add cloudnative-pg
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Jul 9, 2024
1 parent d7d9031 commit d2719c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kube-openapi.json

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions kubernetes/core/cloudnative-pg.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{ transpire, ... }:

{
namespaces.cloudnative-pg = {
helmReleases.cloudnative-pg = {
chart = transpire.fetchFromHelm {
repo = "https://cloudnative-pg.github.io/charts";
name = "cloudnative-pg";
version = "0.21.5";
sha256 = "k8Z1QrcdE+EjRfhhv5dlvJV7KNDc6FTQAqHTG1C7LLM=";
};
};
};
}

0 comments on commit d2719c8

Please sign in to comment.