From 17599f6ba0754b1cda8fbd2af76863a0582186e4 Mon Sep 17 00:00:00 2001 From: Borball Zhai Date: Thu, 20 Jun 2024 17:05:51 -0400 Subject: [PATCH] ztp: Add ClusterImageSet CR in the whitelist of policies-app-project PR#1937 was incorrectly sent to release-4.16 directly, this is a PR for master branch. --- .../argocd/deployment/policies-app-project.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ztp/gitops-subscriptions/argocd/deployment/policies-app-project.yaml b/ztp/gitops-subscriptions/argocd/deployment/policies-app-project.yaml index 287eae9dfc..7228df9de8 100644 --- a/ztp/gitops-subscriptions/argocd/deployment/policies-app-project.yaml +++ b/ztp/gitops-subscriptions/argocd/deployment/policies-app-project.yaml @@ -8,6 +8,8 @@ spec: clusterResourceWhitelist: - group: '' kind: Namespace + - group: 'hive.openshift.io' + kind: ClusterImageSet destinations: - namespace: 'ztp*' server: '*'