From 8e1a201b0c60c656d9af0757d2189ff4b56f4578 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 15 Mar 2026 11:03:37 +0200 Subject: [PATCH] Remove unused files --- README.md | 0 applicationset.yaml | 30 ------------------------------ apps-config.yaml | 18 ------------------ 3 files changed, 48 deletions(-) delete mode 100644 README.md delete mode 100644 applicationset.yaml delete mode 100644 apps-config.yaml diff --git a/README.md b/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/applicationset.yaml b/applicationset.yaml deleted file mode 100644 index b32efaf..0000000 --- a/applicationset.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: ApplicationSet -metadata: - name: infra-apps - namespace: argocd -spec: - generators: - - git: - repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git - revision: HEAD - files: - - path: apps-config.yaml - - template: - metadata: - name: '{{name}}' - spec: - project: '{{project}}' - - source: - repoURL: '{{repoURL}}' - targetRevision: '{{targetRevision}}' - path: '{{chartPath}}' - helm: - valueFiles: - - '{{valuesFile}}' - - destination: - server: https://kubernetes.default.svc - namespace: '{{namespace}}' \ No newline at end of file diff --git a/apps-config.yaml b/apps-config.yaml deleted file mode 100644 index 06d525b..0000000 --- a/apps-config.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apps: - - name: argocd - namespace: argocd - project: infra - repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git - targetRevision: HEAD - chartPath: charts/argocd - valuesFile: ../../manifests/argocd/values.yaml - autoSync: false - - - name: keycloak - namespace: infra - project: infra - repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git - targetRevision: HEAD - chartPath: charts/keycloak - valuesFile: ../../manifests/keycloak/values.yaml - autoSync: false \ No newline at end of file