Skip to content

Commit

Permalink
Merge pull request #581 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 2eb7e51 + ec8ab89 commit 41e6b81
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions clusters/kubenuc/apps/postgresql/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: postgresql-secrets
namespace: flux-system
spec:
interval: 15m
sourceRef:
kind: GitRepository
name: flux-system
path: ./clusters/kubenuc/apps/postgresql/secrets
prune: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: postgresql
namespace: flux-system
Expand Down

0 comments on commit 41e6b81

Please sign in to comment.