mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-13 16:24:13 +02:00
10 lines
295 B
YAML
10 lines
295 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./externalsecret.yaml
|
|
- ./ingress.yaml
|
|
- ./pgadmin.yaml
|
|
- ./service.yaml
|