-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add variable to configure Argo CD auto sync (#27)
* feat(main): introduce a variable to set autosync * feat(main): add variable for target_revision in argocd app * fix(main): set optional attribut in app_autosync * fix(aks-eks): propagate target_revision * fix: rename var resource group name and document its purpose * ci: add central workflows including release-please (#17) * chore: add CODEOWNERS file * ci: add linters and terraform-docs workflows * ci: add release-please workflow and associated modifications * test: test corrected workflow * docs(terraform-docs): generate docs and write to README.adoc * revert: "test: test corrected workflow" This reverts commit 609d8c4. Co-authored-by: lentidas <[email protected]> Release-As: v1.0.0-alpha.1 * chore(main): release 1.0.0-alpha.1 (#20) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(aks): add azure main * chore(aks): add version file * fix(aks): eof * fix: do not expose values as secret * fix: wait for app, else provider says app is not existent on destroy * chore(azure)!: delete useless resource group variable and clean up * docs(terraform-docs): generate docs and write to README.adoc * refactor: delete leftover from legacy code (#25) * docs(terraform-docs): generate docs and write to README.adoc * fix(main): remove duplicated target_revision attribut * docs(terraform-docs): generate docs and write to README.adoc * Update variable autosync description Co-authored-by: Gonçalo Heleno <[email protected]> * docs(terraform-docs): generate docs and write to README.adoc * feat: add kind variant and improve activation of thanos on all the variants (#21) * feat(eks): use proper variable to receive metrics storage config * feat: generate bucket config in variant then pass to main mod * feat: add kind variant * docs(terraform-docs): generate docs and write to README.adoc * refactor: refactor conditions * fix: add sensitive flag to sensitive variables * refactor: rename local.tf to locals.tf * revert: "fix: add sensitive flag to sensitive variables" This reverts commit f816f1f. * docs: fix typo * fix: fix the error on deployment because the count depended on value * docs(terraform-docs): generate docs and write to README.adoc * fix: remove enabled flag in the kind variant * fix: remove sensitive flag from bucket variables because it breaks conditions * feat: further enhance Thanos activation across all variants Co-authored-by: Mohamed Amine Dridi <[email protected]> * chore: merge main to branch * fix(aks): correct merge errors * refactor: rename kube secret object in terraform * feat: add symbolic links for the versions.tf * fix: add forgotten required provider * docs(terraform-docs): generate docs and write to README.adoc * chore: terraform fmt Co-authored-by: lentidas <[email protected]> Co-authored-by: Mohamed Amine Dridi <[email protected]> Release-As: v1.0.0-alpha.2 * chore(main): release 1.0.0-alpha.2 (#28) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * feat(Azure): add missing ID output (#30) * feat(Azure): add missing ID output * docs(terraform-docs): generate docs and write to README.adoc Co-authored-by: modridi <[email protected]> Release-As: v1.0.0-alpha.3 * chore(main): release 1.0.0-alpha.3 (#31) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * feat: add variable passthrough for variants and dependency on var.app_autosync * docs(terraform-docs): generate docs and write to README.adoc * fix: add tobool function --------- Co-authored-by: Xavier Rakotomamonjy <[email protected]> Co-authored-by: Federico Sismondi <[email protected]> Co-authored-by: Gonçalo Heleno <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jérémy Barascut <[email protected]> Co-authored-by: modridi <[email protected]> Co-authored-by: modridi <[email protected]> Co-authored-by: Xaving <[email protected]> Co-authored-by: lentidas <[email protected]> Co-authored-by: Mohamed Amine Dridi <[email protected]> Co-authored-by: Gonçalo Heleno <[email protected]> Release-As: v1.0.0-alpha.4
- Loading branch information
Showing
8 changed files
with
181 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters