2024-04-26 01:28:42 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
resources:
|
2024-04-26 16:38:51 +00:00
|
|
|
- ../base/podinfo
|
2024-06-13 22:51:25 +00:00
|
|
|
- ../base/temporal
|
2024-06-14 03:51:53 +00:00
|
|
|
- ../base/fp
|
2024-04-26 01:28:42 +00:00
|
|
|
patches:
|
2024-04-26 16:38:51 +00:00
|
|
|
- path: podinfo-values.yaml
|
2024-04-26 01:28:42 +00:00
|
|
|
target:
|
2024-04-26 16:38:51 +00:00
|
|
|
kind: HelmRelease
|