Skip to content

Commit

Permalink
Create secret for k6
Browse files Browse the repository at this point in the history
  • Loading branch information
agardnerIT authored Jun 7, 2024
1 parent b09197e commit 53a1414
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@ curl -X 'POST' \
}
]'

# Create secret for k6 to use
kubectl -n travel-advisor create secret generic dt-details \
--from-literal=DT_ENDPOINT=$DT_URL \
--from-literal=DT_API_TOKEN=$DT_TOKEN

# Deploy Dynatrace
kubectl -n dynatrace create secret generic dynakube --from-literal="apiToken=$DT_OPERATOR_TOKEN" --from-literal="dataIngestToken=$DT_TOKEN"

Expand Down

0 comments on commit 53a1414

Please sign in to comment.