diff --git a/argocd/templates/octopus.yaml b/argocd/templates/octopus.yaml deleted file mode 100644 index f7188a5..0000000 --- a/argocd/templates/octopus.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: octopus - namespace: argocd -spec: - project: default - source: - repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: main - path: octopus - destination: - namespace: octopus - name: in-cluster - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/octopus/Chart.yaml b/octopus/Chart.yaml deleted file mode 100644 index 815b7b3..0000000 --- a/octopus/Chart.yaml +++ /dev/null @@ -1,13 +0,0 @@ - -apiVersion: v2 -name: octopus -description: A Helm chart for Kubernetes -type: application - -version: 0.1.0 -appVersion: "1.16.0" - -dependencies: -- name: octopus-deploy - repository: oci://registry-1.docker.io/octopusdeploy/octopusdeploy-helm - version: 2023.2.12482