This commit is contained in:
2023-11-11 13:15:10 -06:00
parent 78a4e0cf0b
commit 275c1ad3d2
6 changed files with 15 additions and 56 deletions

View File

@@ -1,16 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: octopus
name: crossplane
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: octopus
path: crossplane
destination:
namespace: octopus
namespace: crossplane
name: in-cluster
syncPolicy:
automated:

View File

@@ -1,21 +0,0 @@
#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
#

View File

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

12
crossplane/Chart.yml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v2
name: longhorn-system
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: "1.16.0"
dependencies:
- name: crossplane
repository: https://charts.crossplane.io/stable
version: 1.9.2

View File

@@ -1,12 +0,0 @@
apiVersion: v2
name: octopus
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: "1.16.0"
dependencies:
- name: octopusdeploy-helm
repository: oci://registry-1.docker.io/octopusdeploy/octopusdeploy-helm
version: 2023.2.12482

View File