Clean up attachments kustomization: comment out unused patches and HelmRelease resources

This commit is contained in:
emelinda 2026-04-24 18:05:00 +03:00
parent 315758fa99
commit ccf4091be7
2 changed files with 6 additions and 6 deletions

View File

@ -4,4 +4,4 @@ kind: Kustomization
namespace: attachments
resources:
- namespace.yaml
- helmrelease.yaml
# - helmrelease.yaml

View File

@ -4,8 +4,8 @@ kind: Kustomization
resources:
- ../base
- postgresql.yaml
patches:
- path: replicas.yaml
target:
kind: HelmRelease
name: attachments
patches: []
# - path: replicas.yaml
# target:
# kind: HelmRelease
# name: attachments