octopus
This commit is contained in:
20
argocd/templates/octopus.yaml
Normal file
20
argocd/templates/octopus.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
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
|
||||||
13
octopus/Chart.yaml
Normal file
13
octopus/Chart.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user