From 7e1f815f509c0b5d7f70d1d0abf3368118a45337 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Fri, 17 Nov 2023 13:21:51 +0100 Subject: [PATCH] feat(projects): add acaslab-pterodactyl-panel --- projects/acaslab-pterodactyl-panel.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 projects/acaslab-pterodactyl-panel.yaml diff --git a/projects/acaslab-pterodactyl-panel.yaml b/projects/acaslab-pterodactyl-panel.yaml new file mode 100644 index 0000000..2e1ff5d --- /dev/null +++ b/projects/acaslab-pterodactyl-panel.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + annotations: + argocd.argoproj.io/sync-options: PruneLast=true + argocd.argoproj.io/sync-wave: "-2" + name: acaslab-pterodactyl-panel + namespace: argocd +spec: + clusterResourceWhitelist: + - group: "*" + kind: "*" + description: acaslab-pterodactyl-panel project + destinations: + - namespace: "*" + server: "*" + namespaceResourceWhitelist: + - group: "*" + kind: "*" + sourceRepos: + - "*"