Skip to content

Commit

Permalink
allow collabora to use sensitive values
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Dec 15, 2024
1 parent 6535c2c commit 79d2b8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 = "5.20.0"
version = "5.20.1"
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: 2 additions & 0 deletions smol_k8s_lab/tui/apps_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def __init__(self,

# sensitive values we are prepared to take so far
self.sensitive_values = {
'collabora': {},
'collabora_online': {},
'cert_manager': {},
'nextcloud': {},
'home_assistant': {},
Expand Down

0 comments on commit 79d2b8b

Please sign in to comment.