update
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: gitea
|
||||
name: gatekeeper
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitlab.com/developerdurp/homelab.git
|
||||
targetRevision: main
|
||||
path: gitea
|
||||
path: gatekeeper
|
||||
destination:
|
||||
namespace: gitea
|
||||
namespace: gatekeeper
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
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
|
||||
Reference in New Issue
Block a user