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 namespace: attachments
resources: resources:
- namespace.yaml - namespace.yaml
- helmrelease.yaml # - helmrelease.yaml

View File

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