feat: initial commit

This commit is contained in:
Jonas Juselius
2024-01-30 16:03:23 +01:00
commit 0aeca24aa4
26 changed files with 1950 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: busynix
namespace: argocd
spec:
generators:
- list:
elements:
- cluster: https://kubernetes.default.svc
env: prod
hostname: busynix.srv.oceanbox.io
- cluster: https://kubernetes.default.svc
env: staging
hostname: busynix.yolo.oceanbox.io
template:
metadata:
name: '{{ env }}-busynix'
spec:
destination:
namespace: oceanbox
server: '{{ cluster }}'
project: atlantis
source:
path: busynix
plugin:
name: kustomize-helm-with-rewrite
parameters:
- name: env
string: '{{ env }}'
- name: hostname
string: '{{ hostname }}'
repoURL: https://gitlab.com/oceanbox/charts.git
targetRevision: HEAD