Skip to content

Commit

Permalink
fix okd manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed Jul 30, 2024
1 parent 43fb44e commit e279244
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: Kustomization

resources:
# Do not include all from ../base in order to use openshift native monitoring system
- ../base/helmrepository.yaml
- ../base/helmrelease-teleport-agent.yaml
- ../base/helmrelease-x509-exporter.yaml
- base-helmrepository.yaml
- base-helmrelease-teleport-agent.yaml
- base-helmrelease-x509-exporter.yaml
- helmrelease-cert-manager.yaml
- helmrelease-cert-manager-config.yaml
- helmrelease-cert-utils-operator.yaml
Expand All @@ -16,7 +16,9 @@ resources:
- cri-o-garbage-collector.yaml

patchesStrategicMerge:
%{~ if modules.linkerd.enabled && modules.linkerd.linkerd-viz.enabled}
- helmrelease-linkerd.yaml
%{~ endif }

patches: []
#- target:
Expand Down

0 comments on commit e279244

Please sign in to comment.