Skip to content

Commit 3b08910

Browse files
committed
Cleanup kustomization file
1 parent 22ed270 commit 3b08910

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
1-
21
apiVersion: kustomize.config.k8s.io/v1beta1
32
kind: Kustomization
43

54
helmCharts:
65
- name: redis
7-
includeCRDs: false
6+
namespace: replace_this_namespace
7+
releaseName: redis
8+
repo: https://charts.bitnami.com/bitnami
89
valuesInline:
910
global:
1011
redis:
1112
password: abc
1213
sentinel:
1314
enabled: true
1415
masterSet: shinyproxy
15-
releaseName: redis
1616
version: 17.3.14
17-
repo: https://charts.bitnami.com/bitnami
18-
namespace: replace_this_namespace
1917

20-
patchesJSON6902:
21-
- target:
22-
name: ".*"
23-
patch: |-
18+
patches:
19+
- patch: |-
2420
- op: remove
2521
path: /metadata/labels/app.kubernetes.io~1managed-by
2622
- op: remove
2723
path: /metadata/labels/helm.sh~1chart
2824
- op: remove
2925
path: /metadata/namespace
26+
target:
27+
name: .*

0 commit comments

Comments
 (0)