Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
Signed-off-by: walnuts1018 <[email protected]>
  • Loading branch information
walnuts1018 committed Nov 2, 2024
1 parent c7e62f3 commit 12c6a3e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions k8s/_argocd/_applications/namespaces.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: namespaces
namespace: argocd
spec:
project: default
destination:
server: https://kubernetes.default.svc
source:
path: k8s/argo_namespaces
repoURL: 'https://github.com/walnuts1018/infra'
targetRevision: main
directory:
jsonnet:
tlas:
- name: ''
value: ''
syncPolicy:
automated:
selfHeal: true
prune: true
2 changes: 1 addition & 1 deletion k8s/_argocd/kurumi/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
namespace: argocd
server: https://kubernetes.default.svc
sources:
- path: k8s/_argocd/kurumi/applications
- path: k8s/_argocd/_applications
repoURL: 'https://github.com/walnuts1018/infra'
targetRevision: main
syncPolicy:
Expand Down

0 comments on commit 12c6a3e

Please sign in to comment.