Skip to content

Commit

Permalink
Django setting CLUSTER_VERSION (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen authored Dec 10, 2024
1 parent 20eacca commit 8501408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions serve/templates/studio-settings-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,6 @@ data:
logger_factory=structlog.stdlib.LoggerFactory(),
cache_logger_on_first_use=True,
)
# k8s cluster version for validation of manifests
CLUSTER_VERSION = "1.28"

0 comments on commit 8501408

Please sign in to comment.