-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfleet.yaml
More file actions
36 lines (36 loc) · 984 Bytes
/
fleet.yaml
File metadata and controls
36 lines (36 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
apiVersion: v1alpha1
kind: Fleet
metadata:
name: vraiti-demo-fleet
spec:
selector:
matchLabels:
fleet: vraiti-demo-fleet
template:
spec:
os:
image: quay.io/vraiti/flightctl-agent-basic-nginx:latest
config:
- name: motd-update
configType: InlineConfigProviderSpec
inline:
ignition:
version: 3.4.0
storage:
files:
- contents:
source: >-
data:,This%20system%20is%20managed%20by%20flightctl.%0A
mode: 422
overwrite: true
path: "/etc/motd"
- name: microshift-manifests
configType: GitConfigProviderSpec
gitRef:
repository: vraiti-demo-repo
targetRevision: main
path: /configuration
systemd:
matchPatterns:
- "microshift.service"
- "flightctl-agent.service"