Skip to content

Commit

Permalink
OSSM-6180 Don't create IstioCNI resource when running make deploy (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
luksa committed Mar 27, 2024
1 parent 616e0eb commit 1a20273
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chart/templates/olm/samples.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{{ if and .Values.bundleGeneration (eq .Values.platform "openshift") }}
{{ .Files.Get "samples/istio-sample-openshift.yaml" }}
---
{{ .Files.Get "samples/istiocni-sample.yaml" }}
{{ else if .Values.bundleGeneration }}
{{ .Files.Get "samples/istio-sample-kubernetes.yaml" }}
{{ end }}
---
{{ .Files.Get "samples/istiocni-sample.yaml" }}
{{ end }}

0 comments on commit 1a20273

Please sign in to comment.