Skip to content

Commit

Permalink
fix: add in create namespace flag
Browse files Browse the repository at this point in the history
  • Loading branch information
amoreena committed Jul 9, 2024
1 parent 4b8d553 commit d03b58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'
run: |
helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --version v1.8.0 --set installCRDs=true --wait
helm install opentelemetry-operator open-telemetry/opentelemetry-operator -n opentelemetry-operator --set manager.collectorImage.repository="otel/opentelemetry-collector-contrib" --wait
helm install opentelemetry-operator open-telemetry/opentelemetry-operator -n opentelemetry-operator --create-namespace --set manager.collectorImage.repository="otel/opentelemetry-collector-contrib" --wait
- name: Run chart-testing collector-k8s (install)
if: steps.list-changed.outputs.changed == 'true'
Expand Down

0 comments on commit d03b58d

Please sign in to comment.