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
23e67e9dc9
commit
ab8efbdcc2
2 changed files with 14 additions and 3 deletions
|
|
@ -1,16 +1,16 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: gitea
|
name: gatekeeper
|
||||||
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: gitea
|
path: gatekeeper
|
||||||
destination:
|
destination:
|
||||||
namespace: gitea
|
namespace: gatekeeper
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
11
gatekeeper/Chart.yaml
Normal file
11
gatekeeper/Chart.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
apiVersion: v2
|
||||||
|
name: gatekeeper
|
||||||
|
description: A Helm chart for Kubernetes
|
||||||
|
type: application
|
||||||
|
version: 0.0.1
|
||||||
|
appVersion: 0.0.1
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: gatekeeper
|
||||||
|
repository: https://open-policy-agent.github.io/gatekeeper/charts
|
||||||
|
version: 3.14.0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue