Skip to content

Commit

Permalink
Update chart.yaml
Browse files Browse the repository at this point in the history
Add clusterController and its SCC to the Openshift's workflow
ivankube authored Dec 19, 2024
1 parent 7b63fa7 commit 89e0ae5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
@@ -186,8 +186,10 @@ jobs:
--set global.platforms.openshift.route.enabled=true \
--set global.platforms.openshift.scc.nodeExporter=true \
--set global.platforms.openshift.scc.networkCosts=true \
--set global.platforms.openshift.scc.clusterController=true \
--set networkCosts.enabled=true \
--set prometheus.nodeExporter.enabled=true
--set clusterController.enabled=true \
--set prometheus.nodeExporter.enabled=true
# run: ct install --namespace kubecost --chart-dirs=cost-analyzer/ --charts cost-analyzer/
- name: Wait for ready
run: kubectl wait -n kubecost --for=condition=ready pod --selector app.kubernetes.io/name=cost-analyzer --timeout=120s

0 comments on commit 89e0ae5

Please sign in to comment.