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: + - "*"