remove raeger

This commit is contained in:
2023-08-06 10:38:55 -05:00
parent c5320994b4
commit 6263e29de9
5 changed files with 21 additions and 28 deletions

View File

@@ -1,7 +0,0 @@
connectivity_policy {
allow_deployments_to_no_targets = true
}
versioning_strategy {
template = "#{Octopus.Version.LastMajor}.#{Octopus.Version.LastMinor}.#{Octopus.Version.NextPatch}"
}

View File

@@ -1 +0,0 @@
version = 6

View File

View File

@@ -1,20 +1,21 @@
apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
kind: Application #kind: Application
metadata: #metadata:
name: jaeger # name: jaeger
namespace: argocd # namespace: argocd
spec: #spec:
project: default # project: default
source: # source:
repoURL: https://gitlab.com/developerdurp/homelab.git # repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main # targetRevision: main
path: jaeger # path: jaeger
destination: # destination:
namespace: jaeger # namespace: jaeger
name: in-cluster # name: in-cluster
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true
#