Skip to content

Commit 217200c

Browse files
authored
Delete the original secret (#7626)
Signed-off-by: Marta Anon <[email protected]>
1 parent c4da883 commit 217200c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/kubearchive/staging/base/kustomization.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ patches:
1818
END: "cel:status.?startTime == optional.none() ? int(now()+duration('1h'))*1000000000: int(timestamp(status.startTime)+duration('6h'))*1000000000" # temporary workaround until CONTAINER_NAME is allowed on CEL expressions as variable: 6 hours since the container started
1919
LOG_URL: "http://loki-headless.product-kubearchive-logging.svc.cluster.local:3100/loki/api/v1/query_range?query=%7Bpod_id%3D%22{POD_ID}%22%2C%20container%3D%22{CONTAINER_NAME}%22%7D%20%7C%20json%20%7C%20line_format%20%22%7B%7B.message%7D%7D%22&start={START}&end={END}&direction=forward"
2020
LOG_URL_JSONPATH: "$.data.result[*].values[*][1]"
21+
- patch: |-
22+
$patch: delete
23+
apiVersion: v1
24+
kind: Secret
25+
metadata:
26+
name: kubearchive-logging
27+
namespace: kubearchive

0 commit comments

Comments
 (0)