Add namespace to API docs examples
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
281a0ee4f9
commit
4b33c816ef
|
@ -121,6 +121,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: Bucket
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
ignore: |
|
||||
# exclude all
|
||||
|
@ -146,6 +147,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: Bucket
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 1m
|
||||
provider: generic
|
||||
|
@ -159,6 +161,7 @@ apiVersion: v1
|
|||
kind: Secret
|
||||
metadata:
|
||||
name: minio-credentials
|
||||
namespace: default
|
||||
type: Opaque
|
||||
data:
|
||||
accesskey: <BASE64>
|
||||
|
@ -178,6 +181,7 @@ apiVersion: source.toolkit.fluccd.io/v1beta1
|
|||
kind: Bucket
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 5m
|
||||
provider: aws
|
||||
|
|
|
@ -144,6 +144,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: GitRepository
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 5m
|
||||
url: https://github.com/stefanprodan/podinfo
|
||||
|
@ -170,6 +171,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: GitRepository
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://github.com/stefanprodan/podinfo
|
||||
|
@ -182,6 +184,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: GitRepository
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://github.com/stefanprodan/podinfo
|
||||
|
@ -196,6 +199,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: GitRepository
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://github.com/stefanprodan/podinfo
|
||||
|
@ -211,6 +215,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: GitRepository
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://github.com/stefanprodan/podinfo
|
||||
|
@ -225,6 +230,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: GitRepository
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://github.com/stefanprodan/podinfo
|
||||
|
@ -241,6 +247,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: GitRepository
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://github.com/stefanprodan/podinfo
|
||||
|
@ -269,6 +276,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: GitRepository
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 1m
|
||||
url: ssh://git@github.com/stefanprodan/podinfo
|
||||
|
@ -311,6 +319,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: GitRepository
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://github.com/stefanprodan/podinfo
|
||||
|
|
|
@ -106,6 +106,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: HelmChart
|
||||
metadata:
|
||||
name: redis
|
||||
namespace: default
|
||||
spec:
|
||||
chart: redis
|
||||
version: 10.5.7
|
||||
|
@ -122,6 +123,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: HelmChart
|
||||
metadata:
|
||||
name: redis
|
||||
namespace: default
|
||||
spec:
|
||||
chart: redis
|
||||
version: 10.5.x
|
||||
|
@ -139,6 +141,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: HelmChart
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
chart: ./charts/podinfo
|
||||
sourceRef:
|
||||
|
@ -155,6 +158,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: HelmChart
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: default
|
||||
spec:
|
||||
chart: ./podinfo
|
||||
sourceRef:
|
||||
|
|
|
@ -75,6 +75,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: HelmRepository
|
||||
metadata:
|
||||
name: stable
|
||||
namespace: default
|
||||
spec:
|
||||
url: https://kubernetes-charts.storage.googleapis.com/
|
||||
interval: 10m
|
||||
|
@ -87,6 +88,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|||
kind: HelmRepository
|
||||
metadata:
|
||||
name: private
|
||||
namespace: default
|
||||
spec:
|
||||
url: https://charts.example.com
|
||||
secretRef:
|
||||
|
|
Loading…
Reference in New Issue