Skip to content

Commit

Permalink
Update smol_k8s_lab/k8s_apps/operators/__init__.py
Browse files Browse the repository at this point in the history
fix comment
  • Loading branch information
jessebot authored Mar 24, 2024
1 parent 0decfae commit 90f448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smol_k8s_lab/k8s_apps/operators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setup_operators(k8s_obj: K8s,
"""
header("Setting up Operators", "⚙️ ")

# longhorn operator is used to spin up minio tenants for isolated s3 endpoints
# longhorn operator is used to have expanding volumes that span multiple nodes
if longhorn_config and longhorn_config.get('enabled', False):
configure_longhorn(k8s_obj, longhorn_config)

Expand Down

0 comments on commit 90f448b

Please sign in to comment.