commit c7d899a628dc9c4fe5bd6604cfced98bb5751a3e Author: Vojtech Mares Date: Thu Nov 16 08:05:04 2023 +0100 feat: initial commit diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..87a0020 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = lf +max_line_length = null + +[Makefile] +indent_style = tab diff --git a/README.md b/README.md new file mode 100644 index 0000000..e87c532 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +
+ +

+ cthulhunetes-gitops +

+
+ +A GitOps repository for ArgoCD on my Kubernetes cluster, named Cthulhu -> cthulhunetes, the project/repo name. diff --git a/assets/cthulunetes.jpg b/assets/cthulunetes.jpg new file mode 100644 index 0000000..9f2617c Binary files /dev/null and b/assets/cthulunetes.jpg differ