Drop `gitops-system` namespace reference from spec

This commit is contained in:
Hidde Beydals 2020-10-02 13:17:10 +02:00
parent 6966ac06aa
commit e7946f2827
1 changed files with 3 additions and 6 deletions

View File

@ -146,7 +146,6 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: Bucket kind: Bucket
metadata: metadata:
name: podinfo name: podinfo
namespace: gitops-system
spec: spec:
interval: 1m interval: 1m
provider: generic provider: generic
@ -160,7 +159,6 @@ apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
name: minio-credentials name: minio-credentials
namespace: gitops-system
type: Opaque type: Opaque
data: data:
accesskey: <BASE64> accesskey: <BASE64>
@ -180,7 +178,6 @@ apiVersion: source.toolkit.fluccd.io/v1beta1
kind: Bucket kind: Bucket
metadata: metadata:
name: podinfo name: podinfo
namespace: gitops-system
spec: spec:
interval: 5m interval: 5m
provider: aws provider: aws
@ -202,9 +199,9 @@ Successful download:
artifact: artifact:
checksum: b249024b8544521792a079c4037d0a06dd0497a9 checksum: b249024b8544521792a079c4037d0a06dd0497a9
lastUpdateTime: "2020-09-18T08:34:49Z" lastUpdateTime: "2020-09-18T08:34:49Z"
path: bucket/gitops-system/podinfo/aeaba8b6dd51c53084f99b098cfae4f5148ad410.tar.gz path: bucket/source-system/podinfo/aeaba8b6dd51c53084f99b098cfae4f5148ad410.tar.gz
revision: aeaba8b6dd51c53084f99b098cfae4f5148ad410 revision: aeaba8b6dd51c53084f99b098cfae4f5148ad410
url: http://localhost:9090/bucket/gitops-system/podinfo/aeaba8b6dd51c53084f99b098cfae4f5148ad410.tar.gz url: http://localhost:9090/bucket/source-system/podinfo/aeaba8b6dd51c53084f99b098cfae4f5148ad410.tar.gz
conditions: conditions:
- lastTransitionTime: "2020-09-18T08:34:49Z" - lastTransitionTime: "2020-09-18T08:34:49Z"
message: 'Fetched revision: aeaba8b6dd51c53084f99b098cfae4f5148ad410' message: 'Fetched revision: aeaba8b6dd51c53084f99b098cfae4f5148ad410'
@ -212,7 +209,7 @@ Successful download:
status: "True" status: "True"
type: Ready type: Ready
observedGeneration: 2 observedGeneration: 2
url: http://localhost:9090/bucket/gitops-system/podinfo/latest.tar.gz url: http://localhost:9090/bucket/source-system/podinfo/latest.tar.gz
``` ```
Failed download: Failed download: