Skip to content

Commit

Permalink
feat(php): annotationless install (#122)
Browse files Browse the repository at this point in the history
* feat(php): annotationless install

* Add helm repo update to CI

---------

Co-authored-by: Tim Pansino <[email protected]>
  • Loading branch information
bduranleau-nr and TimPansino authored Nov 7, 2024
1 parent 895e023 commit 23d2027
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Deploy New Relic k8s-agents-operator to minikube
run: |
helm repo add k8s-agents-operator https://newrelic.github.io/k8s-agents-operator
helm repo update
helm upgrade --install k8s-agents-operator k8s-agents-operator/k8s-agents-operator \
--namespace=default \
--set=licenseKey=${{ secrets.NEW_RELIC_LICENSE_KEY }} \
Expand Down
2 changes: 0 additions & 2 deletions tests/php/chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ spec:
labels:
app: test-app-php
app.newrelic.instrumentation: newrelic-php-agent
annotations:
instrumentation.newrelic.com/php-version: "{{ .Values.phpVersion }}"
spec:
containers:
- name: test-app-php
Expand Down
2 changes: 1 addition & 1 deletion tests/php/chart/templates/instrumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
operator: "In"
values: ["newrelic-php-agent"]
agent:
language: php
language: "php-{{ .Values.phpVersion }}"
image: e2e/newrelic-php-init:e2e

0 comments on commit 23d2027

Please sign in to comment.