mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
20814ad49a
commit
d3c45de64b
2 changed files with 32 additions and 0 deletions
21
argocd/templates/hashivault.yaml
Normal file
21
argocd/templates/hashivault.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: hashivault
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/DeveloperDurp/homelab.git
|
||||
targetRevision: main
|
||||
path: hashivault
|
||||
destination:
|
||||
namespace: hashivault
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
11
hashivault/Chart..yaml
Normal file
11
hashivault/Chart..yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v2
|
||||
name: nginx
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.0.1
|
||||
appVersion: 0.0.1
|
||||
|
||||
dependencies:
|
||||
- name: ingress-nginx
|
||||
repository: https://helm.releases.hashicorp.com
|
||||
version: 0.22.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue