Skip to content

Commit 0a4505a

Browse files
Added ApplicationSet to the whitelist for git-sources AppProject
1 parent 762b1dc commit 0a4505a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

csdp/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ configMapGenerator:
1111
- name: codefresh-cm
1212
behavior: create
1313
literals:
14-
- version=0.0.422
14+
- version=0.0.423

csdp/managed/in-cluster-project.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ metadata:
44
name: git-sources
55
namespace: default # replace
66
spec:
7-
description: All of the git-sources will be in this project, destination is in-cluster and only applications resources may be deployed
7+
description: All of the git-sources will be in this project, destination is in-cluster and only Application and ApplicationSet resources may be deployed
88
clusterResourceWhitelist:
99
- group: "argoproj.io"
1010
kind: "Application"
11+
- group: "argoproj.io"
12+
kind: "ApplicationSet"
1113
namespaceResourceWhitelist:
1214
- group: "argoproj.io"
1315
kind: "Application"
16+
- group: "argoproj.io"
17+
kind: "ApplicationSet"
1418
destinations:
1519
- namespace: "*"
1620
server: "https://kubernetes.default.svc"

0 commit comments

Comments
 (0)