Skip to content

Commit

Permalink
Move cluster files into .github area
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed Apr 19, 2024
1 parent 1382245 commit 272fb40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
image: ghcr.io/${{ github.repository }}-python
env:
# Put the agent in developer mode so it doesn't try to connect to the real collector.
- name: NEW_RELIC_DEV_MODE
- name: NEW_RELIC_DEVELOPER_MODE
value: true
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --version v1.11.0 --set installCRDs=true
helm upgrade --install newrelic-agent-operator chart/ --set licenseKey='SUPERSECRET' -n newrelic
kubectl apply -f ./../containers/python/customresource.yaml -n python-test
kubectl apply -f ./../containers/python/. -n python-test
kubectl apply -f ./../containers/python/python_test_app_deployment.yaml -n python-test
# Wait 30 seconds for the cluster to start and then hit the test application endpoint.
- name: Test
Expand Down

0 comments on commit 272fb40

Please sign in to comment.