Skip to content

Commit

Permalink
Merge pull request #582 from dark-vex/postgresql-exporter
Browse files Browse the repository at this point in the history
fix(kubenuc): PostgreSQL exporter password
  • Loading branch information
dark-vex authored May 26, 2024
2 parents 41e6b81 + 9fa599a commit 3cd3ebb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clusters/kubenuc/apps/postgresql/secrets/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: databases
resources:
- postgresql-secret.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: postgresql-exporter-secrets
spec:
itemPath: "vaults/k8s_secrets/items/sso_keys"

0 comments on commit 3cd3ebb

Please sign in to comment.