refactor: Restructure the repo
This commit is contained in:
@@ -2,6 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- root-app.yaml
|
||||
- ssh-known-hosts-cm.yaml
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: argocd
|
||||
@@ -8,7 +8,7 @@ spec:
|
||||
source:
|
||||
repoURL: https://gitea.whyredfire.tech/whyredfire/gitops
|
||||
targetRevision: main
|
||||
path: apps
|
||||
path: applications
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
@@ -16,3 +16,5 @@ spec:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@@ -13,4 +13,3 @@ data:
|
||||
gitea-ssh.whyredfire.tech ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDLoFqTU09bU6ONUr9XvJT8G3zfwOviHw+ZM1EwPWVL5HEotYssWEjyteZGws5I0mXIuNJljL0BY1QSPoJaeAU8=
|
||||
# gitea-ssh.whyredfire.tech:22 SSH-2.0-OpenSSH_10.0
|
||||
# gitea-ssh.whyredfire.tech:22 SSH-2.0-OpenSSH_10.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user