Skip to content

Commit

Permalink
Add CREATION_PAUSED to configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooseriuz committed Oct 22, 2024
1 parent 98a3b1f commit f95ddab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/production/api/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ data:
PROMETHEUS_ENABLED: "true"
DEVICE_API_HOST: "https://device-api.rfcx.org/"
TIME_TRACKER_ENABLED: "true"
CREATION_PAUSED: "false"
1 change: 1 addition & 0 deletions build/staging/api/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ data:
AUTOUPDATE_GITHUB_REPO: "rfcx/arbimon-uploader"
PROMETHEUS_ENABLED: "true"
DEVICE_API_HOST: "https://staging-device-api.rfcx.org/"
CREATION_PAUSED: "false"

0 comments on commit f95ddab

Please sign in to comment.