Skip to content

Commit

Permalink
Remove duplicate file resource from flatcar OSP (#314)
Browse files Browse the repository at this point in the history
Signed-off-by: Waleed Malik <[email protected]>
  • Loading branch information
ahmedwaleedmalik authored Oct 11, 2023
1 parent cb70b12 commit 3cf5687
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
19 changes: 0 additions & 19 deletions deploy/osps/default/osp-flatcar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,25 +573,6 @@ spec:
data: |
{{ .KubernetesCACert }}
- path: /etc/systemd/system/setup.service
permissions: 644
content:
inline:
encoding: b64
data: |
[Install]
WantedBy=multi-user.target
[Unit]
Requires=network-online.target
After=network-online.target
[Service]
Type=oneshot
RemainAfterExit=true
EnvironmentFile=-/etc/environment
ExecStart=/opt/bin/supervise.sh /opt/bin/setup
- path: /etc/systemd/system/kubelet.service
content:
inline:
Expand Down
18 changes: 0 additions & 18 deletions pkg/controllers/osc/testdata/osc-flatcar-aws-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,24 +400,6 @@ spec:
-----END CERTIFICATE-----
path: /etc/kubernetes/pki/ca.crt
permissions: 644
- content:
inline:
data: |
[Install]
WantedBy=multi-user.target
[Unit]
Requires=network-online.target
After=network-online.target
[Service]
Type=oneshot
RemainAfterExit=true
EnvironmentFile=-/etc/environment
ExecStart=/opt/bin/supervise.sh /opt/bin/setup
encoding: b64
path: /etc/systemd/system/setup.service
permissions: 644
- content:
inline:
data: |
Expand Down
Loading

0 comments on commit 3cf5687

Please sign in to comment.