diff --git a/ops/k8s-apps/staging/kustomization.yaml b/ops/k8s-apps/staging/kustomization.yaml index c18956b03..6ebcb2308 100644 --- a/ops/k8s-apps/staging/kustomization.yaml +++ b/ops/k8s-apps/staging/kustomization.yaml @@ -13,6 +13,10 @@ patchesJson6902: - op: replace path: /metadata/name value: staging-podinfo + + - op: replace + path: /metadata/namespace + value: staging-podinfo - target: kind: Namespace @@ -34,5 +38,9 @@ patchesJson6902: value: staging-podinfo - op: replace - path: /spec/chart/sourceRef/name + path: /metadata/namespace + value: staging-podinfo + + - op: replace + path: /spec/chart/spec/sourceRef/name value: staging-podinfo \ No newline at end of file