Skip to content

Commit

Permalink
fix(kubenuc): PostgreSQL exporter password
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele De Lorenzi <[email protected]>
  • Loading branch information
dark-vex committed May 26, 2024
1 parent 2eb7e51 commit ec8ab89
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 ec8ab89

Please sign in to comment.