Skip to content

Commit

Permalink
More podinfo fixes (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored May 15, 2024
1 parent 2971f3d commit 3e861ee
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ops/k8s-apps/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ patchesJson6902:
- op: replace
path: /metadata/name
value: staging-podinfo
- op: replace
path: /metadata/namespace
value: staging-podinfo
- target:
kind: Namespace
Expand All @@ -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

0 comments on commit 3e861ee

Please sign in to comment.