Skip to content

Commit

Permalink
ci: Adjust branch names for test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-ohms committed Aug 30, 2024
1 parent 5d9f62a commit f89b47d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/instana-gitops-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
paths-ignore:
- 'renovate.json'
- 'README.md'
branches: [ main ]
branches: [ test ]

jobs:
push-gitops-config:
Expand All @@ -27,7 +27,7 @@ jobs:
with:
# At least one of 'agent_zone' and 'agent_tags' should be set
agent_zone: gitops-demo
agent_tags: gitops_environment=prod
agent_tags: gitops_environment=test
env:
INSTANA_API_ENDPOINT: ${{ secrets.INSTANA_API_ENDPOINT }}
INSTANA_API_TOKEN: ${{ secrets.INSTANA_API_TOKEN }}
2 changes: 1 addition & 1 deletion instana/configuration.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
com.instana.plugin.host:
tags:
- gitops_environment=prod
- gitops_environment=test
com.instana.plugin.generic.hardware:
enabled: true
availability-zone: gitops-demo

0 comments on commit f89b47d

Please sign in to comment.