@@ -1,8 +1,17 @@
htpasswd
.env
playbook.retry
-.venv
hosts
secret-*.yaml
credentials-*
+*.swp
+
+.venv
__pycache__
+*.d.ts
+*.js
+cdk8s/!jest.config.js
+cdk8s/node_modules
+cdk8s/dist/
@@ -327,3 +327,20 @@ spec:
syncPolicy:
automated:
enabled: true
+---
+apiVersion: argoproj.io/v1alpha1
+kind: Application
+metadata:
+ name: seedbox
+ namespace: argocd
+spec:
+ destination:
+ server: https://kubernetes.default.svc
+ project: default
+ source:
+ path: argocd/seedbox
+ repoURL: https://gogs.jibby.org/jhb2345/server
+ targetRevision: HEAD
+ syncPolicy:
+ automated:
+ enabled: true