Skip to content

Commit bc901d3

Browse files
authored
add namespace-lister to ocp-kflux-p01 (#5727)
Signed-off-by: Andy Sadler <[email protected]>
1 parent 25b27cb commit bc901d3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: argo-cd-apps/base/member/infra-deployments/namespace-lister/namespace-lister.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ spec:
3131
values.clusterDir: stone-prod-p01
3232
- nameNormalized: stone-prod-p02
3333
values.clusterDir: stone-prod-p02
34+
- nameNormalized: kflux-ocp-p01
35+
values.clusterDir: kflux-ocp-p01
3436
template:
3537
metadata:
3638
name: namespace-lister-{{nameNormalized}}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- ../base/

0 commit comments

Comments
 (0)