From ab8efbdcc2a0f202289908ec98205df1555c925f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 11 Dec 2023 19:20:50 -0600 Subject: [PATCH] update --- argocd/templates/{gitea.yaml => gatekeeper.yaml} | 6 +++--- gatekeeper/Chart.yaml | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) rename argocd/templates/{gitea.yaml => gatekeeper.yaml} (84%) create mode 100644 gatekeeper/Chart.yaml diff --git a/argocd/templates/gitea.yaml b/argocd/templates/gatekeeper.yaml similarity index 84% rename from argocd/templates/gitea.yaml rename to argocd/templates/gatekeeper.yaml index 8f7979f..5c60c12 100644 --- a/argocd/templates/gitea.yaml +++ b/argocd/templates/gatekeeper.yaml @@ -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: diff --git a/gatekeeper/Chart.yaml b/gatekeeper/Chart.yaml new file mode 100644 index 0000000..ebd28af --- /dev/null +++ b/gatekeeper/Chart.yaml @@ -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