mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-20 02:35:42 +00:00
Adding export source external
Signed-off-by: Daniel Guns <danbguns@gmail.com>
This commit is contained in:
parent
60e4d99b57
commit
cdc37c304a
4 changed files with 114 additions and 0 deletions
12
cmd/flux/testdata/export/objects.yaml
vendored
12
cmd/flux/testdata/export/objects.yaml
vendored
|
|
@ -165,3 +165,15 @@ spec:
|
|||
endpoint: s3.amazonaws.com
|
||||
region: us-east-1
|
||||
timeout: 30s
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: ExternalArtifact
|
||||
metadata:
|
||||
name: flux-system
|
||||
namespace: {{ .fluxns }}
|
||||
spec:
|
||||
sourceRef:
|
||||
apiVersion: source.example.com/v1alpha1
|
||||
kind: GitHubRelease
|
||||
name: flux-system
|
||||
namespace: {{ .fluxns }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue