remove raeger
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
connectivity_policy {
|
|
||||||
allow_deployments_to_no_targets = true
|
|
||||||
}
|
|
||||||
|
|
||||||
versioning_strategy {
|
|
||||||
template = "#{Octopus.Version.LastMajor}.#{Octopus.Version.LastMinor}.#{Octopus.Version.NextPatch}"
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
version = 6
|
|
||||||
@@ -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
|
||||||
|
#
|
||||||
Reference in New Issue
Block a user