Skip to content

Commit 0e764e4

Browse files
Set the clusterDescription in the E2E tests
Signed-off-by: Richard Wall <[email protected]>
1 parent 2174e9b commit 0e764e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hack/ark/test-e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ helm upgrade agent "oci://${ARK_CHART}@${ARK_CHART_DIGEST}" \
7474
--set pprof.enabled=true \
7575
--set fullnameOverride=disco-agent \
7676
--set "image.digest=${ARK_IMAGE_DIGEST}" \
77+
--set config.clusterDescription="A temporary cluster for E2E testing. Contact @wallrj-cyberark." \
7778
--set-json "podLabels={\"disco-agent.cyberark.cloud/test-id\": \"${RANDOM}\"}"
7879

7980
kubectl rollout status deployments/disco-agent --namespace "${NAMESPACE}"

hack/e2e/values.venafi-kubernetes-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
config:
22
clusterName: venafi-kubernetes-agent-e2e
33
clusterDescription: |
4-
A kind cluster used for testing the venafi-kubernetes-agent.
4+
A cluster used for testing the venafi-kubernetes-agent.
55
excludeAnnotationKeysRegex: ['^kapp\.k14s\.io/original.*']
66

77
authentication:

0 commit comments

Comments
 (0)