From 6eccc6121ac95ec524c3b4e6b871bcc47eea583c Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 6 Apr 2024 23:30:09 +0200 Subject: [PATCH 1/3] feat: add empty dir stuff Signed-off-by: kjuulh --- .drone.yml | 2 ++ cuddle.yaml | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 .drone.yml create mode 100644 cuddle.yaml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b891f02 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,2 @@ +kind: template +load: cuddle-empty-plan.yaml diff --git a/cuddle.yaml b/cuddle.yaml new file mode 100644 index 0000000..bb58b01 --- /dev/null +++ b/cuddle.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json + +base: "git@git.front.kjuulh.io:kjuulh/cuddle-empty-plan.git" + +vars: + service: "clank-vault" + registry: kasperhermansen + + clusters: + clank-prod: + replicas: "3" + namespace: prod + + +deployment: + registry: git@git.front.kjuulh.io:kjuulh/clank-clusters + env: + prod: + clusters: + - clank-prod From a11a156618c23a391c419c583f49abccdc6a0460 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 6 Apr 2024 23:30:24 +0200 Subject: [PATCH 2/3] chore(test): test commit From 18b9f4feac81bc26494deda3066d6bfbaaeca8c4 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 6 Apr 2024 23:31:23 +0200 Subject: [PATCH 3/3] feat: add please Signed-off-by: kjuulh --- cuddle.yaml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/cuddle.yaml b/cuddle.yaml index bb58b01..72c845b 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -6,15 +6,11 @@ vars: service: "clank-vault" registry: kasperhermansen - clusters: - clank-prod: - replicas: "3" - namespace: prod +please: + project: + owner: kjuulh + repository: clank-vault + branch: main + settings: + api_url: https://git.front.kjuulh.io - -deployment: - registry: git@git.front.kjuulh.io:kjuulh/clank-clusters - env: - prod: - clusters: - - clank-prod