File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,15 @@ metadata:
54
54
name: logging-loki-s3
55
55
namespace: openshift-logging
56
56
data:
57
- access_key_id: QUtJQUlPU0ZPRE5ON0VYQU1QTEUK
58
- access_key_secret: d0phbHJYVXRuRkVNSS9LN01ERU5HL2JQeFJmaUNZRVhBTVBMRUtFWQo=
59
- bucketnames: czMtYnVja2V0LW5hbWU= <1 >
60
- endpoint: aHR0cHM6Ly9zMy5ldS1jZW50cmFsLTEuYW1hem9uYXdzLmNvbQ== <2 >
57
+ access_key_id: QUtJQUlPU0ZPRE5ON0VYQU1QTEUK <1>
58
+ access_key_secret: d0phbHJYVXRuRkVNSS9LN01ERU5HL2JQeFJmaUNZRVhBTVBMRUtFWQo= <2>
59
+ bucketnames: czMtYnVja2V0LW5hbWU= <3 >
60
+ endpoint: aHR0cHM6Ly9zMy5ldS1jZW50cmFsLTEuYW1hem9uYXdzLmNvbQ== <4 >
61
61
----
62
- <1> Base64-encoded bucket name
63
- <2> Base64-encoded S3 API endpoint
62
+ <1> Base64-encoded access key id
63
+ <2> Base64-encoded access key secret
64
+ <3> Base64-encoded bucket name
65
+ <4> Base64-encoded S3 API endpoint
64
66
+
65
67
. Create the `LokiStack` custom resource:
66
68
+
You can’t perform that action at this time.
0 commit comments