Clean up attachments kustomization: comment out unused patches and HelmRelease resources
This commit is contained in:
parent
315758fa99
commit
ccf4091be7
@ -4,4 +4,4 @@ kind: Kustomization
|
|||||||
namespace: attachments
|
namespace: attachments
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- helmrelease.yaml
|
# - helmrelease.yaml
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user