diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl deleted file mode 100644 index e69de29..0000000 diff --git a/.octopus/deployment_settings.ocl b/.octopus/deployment_settings.ocl deleted file mode 100644 index 2c0b118..0000000 --- a/.octopus/deployment_settings.ocl +++ /dev/null @@ -1,7 +0,0 @@ -connectivity_policy { - allow_deployments_to_no_targets = true -} - -versioning_strategy { - template = "#{Octopus.Version.LastMajor}.#{Octopus.Version.LastMinor}.#{Octopus.Version.NextPatch}" -} \ No newline at end of file diff --git a/.octopus/schema_version.ocl b/.octopus/schema_version.ocl deleted file mode 100644 index 4548a61..0000000 --- a/.octopus/schema_version.ocl +++ /dev/null @@ -1 +0,0 @@ -version = 6 \ No newline at end of file diff --git a/.octopus/variables.ocl b/.octopus/variables.ocl deleted file mode 100644 index e69de29..0000000 diff --git a/argocd/templates/jaeger.yaml b/argocd/templates/jaeger.yaml index 924d577..2a92944 100644 --- a/argocd/templates/jaeger.yaml +++ b/argocd/templates/jaeger.yaml @@ -1,20 +1,21 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: jaeger - namespace: argocd -spec: - project: default - source: - repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: main - path: jaeger - destination: - namespace: jaeger - name: in-cluster - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true +#apiVersion: argoproj.io/v1alpha1 +#kind: Application +#metadata: +# name: jaeger +# namespace: argocd +#spec: +# project: default +# source: +# repoURL: https://gitlab.com/developerdurp/homelab.git +# targetRevision: main +# path: jaeger +# destination: +# namespace: jaeger +# name: in-cluster +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true +# \ No newline at end of file