Skip to content

Commit

Permalink
test import
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 committed Jan 16, 2025
1 parent 740bb18 commit e255d94
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/functional_test_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -563,12 +563,17 @@ jobs:
- name: Update dependencies
run: |
make dep-update
- name: try to import instrumentation in helm
run: |
NAMESPACE=default
RELEASE_NAME=sock
kubectl get -n $NAMESPACE instrumentations.opentelemetry.io -o name | xargs -I % kubectl annotate -n $NAMESPACE % meta.helm.sh/release-name=$RELEASE_NAME
kubectl get -n $NAMESPACE instrumentations.opentelemetry.io -o name | xargs -I % kubectl annotate -n $NAMESPACE % meta.helm.sh/release-namespace=$NAMESPACE
- name: upgrade helm chart
run: |
helm upgrade sock helm-charts/splunk-otel-collector --debug \
--set splunkObservability.realm=us0 --set splunkObservability.accessToken=xxxxx \
--set operator.enabled=true --set environment=dev --set clusterName=dev
continue-on-error: true
- name: check crds are installed
run: |
kubectl get crds | grep 'opentelemetry.io'

0 comments on commit e255d94

Please sign in to comment.