File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
146146kind: Bucket
147147metadata:
148148 name: podinfo
149- namespace: gitops-system
150149spec:
151150 interval: 1m
152151 provider: generic
@@ -160,7 +159,6 @@ apiVersion: v1
160159kind: Secret
161160metadata:
162161 name: minio-credentials
163- namespace: gitops-system
164162type: Opaque
165163data:
166164 accesskey: <BASE64>
@@ -180,7 +178,6 @@ apiVersion: source.toolkit.fluccd.io/v1beta1
180178kind: Bucket
181179metadata:
182180 name: podinfo
183- namespace: gitops-system
184181spec:
185182 interval: 5m
186183 provider: aws
@@ -202,17 +199,17 @@ Successful download:
202199 artifact:
203200 checksum: b249024b8544521792a079c4037d0a06dd0497a9
204201 lastUpdateTime: "2020-09-18T08:34:49Z"
205- path: bucket/gitops -system/podinfo/aeaba8b6dd51c53084f99b098cfae4f5148ad410.tar.gz
202+ path: bucket/source -system/podinfo/aeaba8b6dd51c53084f99b098cfae4f5148ad410.tar.gz
206203 revision: aeaba8b6dd51c53084f99b098cfae4f5148ad410
207- url: http://localhost:9090/bucket/gitops -system/podinfo/aeaba8b6dd51c53084f99b098cfae4f5148ad410.tar.gz
204+ url: http://localhost:9090/bucket/source -system/podinfo/aeaba8b6dd51c53084f99b098cfae4f5148ad410.tar.gz
208205 conditions:
209206 - lastTransitionTime: "2020-09-18T08:34:49Z"
210207 message: 'Fetched revision: aeaba8b6dd51c53084f99b098cfae4f5148ad410'
211208 reason: BucketOperationSucceed
212209 status: "True"
213210 type: Ready
214211 observedGeneration: 2
215- url: http://localhost:9090/bucket/gitops -system/podinfo/latest.tar.gz
212+ url: http://localhost:9090/bucket/source -system/podinfo/latest.tar.gz
216213` ` `
217214
218215Failed download :
You can’t perform that action at this time.
0 commit comments