Comment out PostgreSQL resource in yc-k8s-test kustomization file

This commit is contained in:
emelinda 2026-04-15 16:25:57 +03:00
parent 42ad7e986b
commit 25bfa1b542

View File

@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ../base - ../base
- postgresql.yaml # - postgresql.yaml
patches: [] patches: []