Skip to content

Commit e51f0e9

Browse files
authored
Deploy Kyverno policies to kflux-osp-p01 (#7559)
It should have the production policies like any other production cluster. Signed-off-by: Gal Ben Haim <[email protected]>
1 parent 263b791 commit e51f0e9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

argo-cd-apps/base/member/infra-deployments/policies/policies.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
values.clusterDir: kflux-prd-rh03
3434
- nameNormalized: kflux-rhel-p01
3535
values.clusterDir: kflux-rhel-p01
36+
- nameNormalized: kflux-osp-p01
37+
values.clusterDir: kflux-osp-p01
3638
template:
3739
metadata:
3840
name: policies-{{nameNormalized}}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- ../base
5+
- ../policies/kueue/

0 commit comments

Comments
 (0)