File tree Expand file tree Collapse file tree
docs/deployment/bases/redis-sentinel/chart-src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21apiVersion : kustomize.config.k8s.io/v1beta1
32kind : Kustomization
43
54helmCharts :
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: .*
You can’t perform that action at this time.
0 commit comments