Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4db124d50 | ||
|
|
8f8c7cccc6 | ||
|
|
e2097c28bd | ||
|
|
871eb444fc |
@@ -70,13 +70,19 @@ roleRef:
|
|||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: kustomize-controller
|
name: kustomize-controller
|
||||||
|
namespace: flux-system
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: helm-controller
|
name: helm-controller
|
||||||
|
namespace: flux-system
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: source-controller
|
name: source-controller
|
||||||
|
namespace: flux-system
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: notification-controller
|
name: notification-controller
|
||||||
|
namespace: flux-system
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: image-reflector-controller
|
name: image-reflector-controller
|
||||||
|
namespace: flux-system
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: image-automation-controller
|
name: image-automation-controller
|
||||||
|
namespace: flux-system
|
||||||
|
|||||||
@@ -9,5 +9,7 @@ roleRef:
|
|||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: kustomize-controller
|
name: kustomize-controller
|
||||||
|
namespace: flux-system
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: helm-controller
|
name: helm-controller
|
||||||
|
namespace: flux-system
|
||||||
|
|||||||
10
mkdocs.yml
10
mkdocs.yml
@@ -83,11 +83,11 @@ nav:
|
|||||||
- Receiver CRD: components/notification/receiver.md
|
- Receiver CRD: components/notification/receiver.md
|
||||||
- Notification API Reference: components/notification/api.md
|
- Notification API Reference: components/notification/api.md
|
||||||
- Image Automation Controllers:
|
- Image Automation Controllers:
|
||||||
- Overview: components/images/controller.md
|
- Overview: components/image/controller.md
|
||||||
- ImageRepository CRD: components/images/imagerepositories.md
|
- ImageRepository CRD: components/image/imagerepositories.md
|
||||||
- ImagePolicy CRD: docs/components/image/imagepolicies.md
|
- ImagePolicy CRD: components/image/imagepolicies.md
|
||||||
- ImageUpdateAutomation CRD: docs/components/image/imageupdateautomations.md
|
- ImageUpdateAutomation CRD: components/image/imageupdateautomations.md
|
||||||
- Automation API Reference: docs/components/image/automation-api.md
|
- Automation API Reference: components/image/automation-api.md
|
||||||
- Flux CLI:
|
- Flux CLI:
|
||||||
- Overview: cmd/flux.md
|
- Overview: cmd/flux.md
|
||||||
- Bootstrap: cmd/flux_bootstrap.md
|
- Bootstrap: cmd/flux_bootstrap.md
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ images:
|
|||||||
var kustomizationRolesTmpl = `---
|
var kustomizationRolesTmpl = `---
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
namespace: {{.Namespace}}
|
||||||
resources:
|
resources:
|
||||||
- rbac.yaml
|
- rbac.yaml
|
||||||
nameSuffix: -{{.Namespace}}
|
nameSuffix: -{{.Namespace}}
|
||||||
|
|||||||
Reference in New Issue
Block a user