2024-03-01 08:25:37 -06:00
|
|
|
---
|
|
|
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
|
|
- ./externalsecret.yaml
|
|
|
|
- ./helmrelease.yaml
|
2024-04-08 10:58:29 -05:00
|
|
|
- ./pushsecret.yaml
|
2024-03-01 08:29:05 -06:00
|
|
|
- ../../../../templates/postgres-database
|