We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5205a76 commit 250f40fCopy full SHA for 250f40f
…/tests/monitoring/03-rotate-pmm-key.yaml …ests/monitoring/03-rotate-pmm-token.yamle2e-tests/tests/monitoring/03-rotate-pmm-key.yaml renamed to e2e-tests/tests/monitoring/03-rotate-pmm-token.yaml
@@ -7,11 +7,11 @@ commands:
7
8
source ../../functions
9
10
- # add new PMM API key to secret
+ # add new PMM API token to secret
11
NEW_TOKEN=$(get_pmm_server_token "operator-new")
12
kubectl patch -n "${NAMESPACE}" secret test-secrets --type merge --patch "$(jq -n --arg token "$NEW_TOKEN" '{"stringData": {"pmmservertoken": $token}}')"
13
14
- # delete old PMM key
+ # delete old PMM token
15
delete_pmm_server_token "operator"
16
sleep 10
17
timeout: 120
0 commit comments