Skip to content

Commit 28cd3b8

Browse files
committed
fix: now updating unit tests with new image version
1 parent 670a780 commit 28cd3b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

skaffold.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ deploy:
2121
upgradeOnChange: true
2222
- name: '{{ env "TEST_CLUSTER_RELEASE_NAME" | default "sut" }}'
2323
chartPath: deploy/helm
24-
namespace: '{{ env "TEST_CLUSTER_NAMESPACE" | default "test-namespace" }}'
24+
namespace: "test-namespace"
2525
createNamespace: true
2626
setValueTemplates:
2727
cluster:
28-
name: '{{ env "CLUSTER_NAME" | default "cluster name" }}'
28+
name: "murad-flux"
2929
uid: '{{ env "CLUSTER_NAME" | default "cluster-uid-123456789" }}'
3030
otel:
31-
endpoint: timeseries-mock-service:9082
32-
tls_insecure: true
31+
endpoint: otel.collector.na-01.st-ssp.solarwinds.com:443
32+
tls_insecure: false
3333
# OTEL collector requires the SOLARWINDS_API_TOKEN env variable to be set to some not empty string
34-
api_token: '{{ env "SOLARWINDS_API_TOKEN" | default "not_set" }}'
34+
api_token: "502eAdAkmGALQCoNGAU6Qfmb8Z2a09-8gMnJ3Qb2A7YQ8FWwOG6Xfc0Mzu55dmVmqiVGpw0"
3535
node_collector:
3636
sending_queue:
3737
persistent_storage:

0 commit comments

Comments
 (0)