Skip to content

Commit

Permalink
update argo params for v6
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Mar 11, 2024
1 parent 3a5897a commit c5b54de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "smol_k8s_lab"
version = "2.2.1"
version = "2.2.2"
description = "CLI and TUI to quickly install slimmer Kubernetes distros and then manage apps declaratively using Argo CD"
authors = ["Jesse Hitch <[email protected]>",
"Max Roby <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion smol_k8s_lab/k8s_apps/argocd.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def configure_argocd(k8s_obj: K8s,
"server": {
"ingress": {
"enabled": True,
"hosts": [argo_cd_domain],
"hostname": argo_cd_domain,
"annotations": {
"nginx.ingress.kubernetes.io/backend-protocol": "HTTPS",
"cert-manager.io/cluster-issuer": "letsencrypt-staging",
Expand Down

0 comments on commit c5b54de

Please sign in to comment.