k8s-helper-cli 0.5.3__tar.gz → 0.5.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {k8s_helper_cli-0.5.3/src/k8s_helper_cli.egg-info → k8s_helper_cli-0.5.4}/PKG-INFO +1 -1
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/pyproject.toml +1 -1
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/src/k8s_helper/__init__.py +1 -1
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/src/k8s_helper/core.py +20 -1
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4/src/k8s_helper_cli.egg-info}/PKG-INFO +1 -1
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/LICENSE +0 -0
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/README.md +0 -0
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/setup.cfg +0 -0
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/src/k8s_helper/cli.py +0 -0
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/src/k8s_helper/config.py +0 -0
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/src/k8s_helper/utils.py +0 -0
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/src/k8s_helper_cli.egg-info/SOURCES.txt +0 -0
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/src/k8s_helper_cli.egg-info/dependency_links.txt +0 -0
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/src/k8s_helper_cli.egg-info/entry_points.txt +0 -0
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/src/k8s_helper_cli.egg-info/requires.txt +0 -0
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/src/k8s_helper_cli.egg-info/top_level.txt +0 -0
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/tests/test_core.py +0 -0
- {k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/tests/test_integration.py +0 -0
@@ -3418,16 +3418,35 @@ scrape_configs:
|
|
3418
3418
|
'service': {
|
3419
3419
|
'type': grafana_service_type
|
3420
3420
|
},
|
3421
|
+
'env': {
|
3422
|
+
'GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS': 'true',
|
3423
|
+
'GF_INSTALL_PLUGINS': '', # Disable automatic plugin installation
|
3424
|
+
'GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION': 'false'
|
3425
|
+
},
|
3421
3426
|
'adminPassword': 'admin',
|
3427
|
+
'plugins': [], # Disable problematic plugins
|
3428
|
+
'sidecar': {
|
3429
|
+
'datasources': {
|
3430
|
+
'enabled': True,
|
3431
|
+
'defaultDatasourceEnabled': True
|
3432
|
+
},
|
3433
|
+
'dashboards': {
|
3434
|
+
'enabled': True,
|
3435
|
+
'searchNamespace': 'ALL'
|
3436
|
+
}
|
3437
|
+
},
|
3422
3438
|
'datasources': {
|
3423
3439
|
'datasources.yaml': {
|
3424
3440
|
'apiVersion': 1,
|
3441
|
+
'deleteDatasources': [],
|
3425
3442
|
'datasources': [{
|
3426
3443
|
'name': 'Prometheus',
|
3427
3444
|
'type': 'prometheus',
|
3428
3445
|
'url': 'http://kube-prometheus-stack-prometheus:9090',
|
3429
3446
|
'access': 'proxy',
|
3430
|
-
'isDefault': True
|
3447
|
+
'isDefault': True,
|
3448
|
+
'uid': 'prometheus',
|
3449
|
+
'editable': True
|
3431
3450
|
}]
|
3432
3451
|
}
|
3433
3452
|
},
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{k8s_helper_cli-0.5.3 → k8s_helper_cli-0.5.4}/src/k8s_helper_cli.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|