Skip to content

Commit

Permalink
fix(manifest): uncomment openshift SCC (#1575)
Browse files Browse the repository at this point in the history
This fixes the broken `make build-manifest OPTS="OPENSHIFT_DEPLOY"`
which does not correctly uncomment openshift_scc.yaml

Signed-off-by: Sunil Thaha <[email protected]>
  • Loading branch information
sthaha authored Jun 27, 2024
1 parent e4190e4 commit c427a47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/k8s/config/exporter/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resources:
# uncomment this line for openshift
# - openshift_scc.yaml
- exporter.yaml
# uncomment this line if prometheus deployed
# uncomment this line for openshift
# - openshift_scc.yaml
# uncomment this line if prometheus deployed
# - prometheus_common_service_monitor.yaml
# - prometheus_common_rules.yaml
# - prometheus_high_granularity_rules.yaml
Expand Down

0 comments on commit c427a47

Please sign in to comment.