Skip to content

Commit 347ca50

Browse files
committed
put flux-docs in flux-docs namespace
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent 61967c4 commit 347ca50

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

deploy/flux-oci/docs-app-ks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
33
kind: Kustomization
44
metadata:
55
name: docs-app
6-
namespace: default
6+
namespace: flux-system
77
spec:
88
timeout: 1m0s
99
retryInterval: 1m30s

deploy/flux-oci/docs-infra-ks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
33
kind: Kustomization
44
metadata:
55
name: docs-infra
6-
namespace: default
6+
namespace: flux-system
77
spec:
88
timeout: 1m0s
99
retryInterval: 1m30s

deploy/spin-app/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3-
namespace: default
3+
namespace: flux-docs
44
resources:
55
- spinapp.yaml
66
images:

deploy/spin-infra/kustomization.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
kind: Kustomization
2-
namespace: default
2+
namespace: flux-docs
33
resources:
4+
- namespace.yaml
45
- spin-operator.shim-executor.yaml

deploy/spin-infra/namespace.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
name: flux-docs

0 commit comments

Comments
 (0)