Skip to content

Commit

Permalink
[release/v1.1] Remove duplicate file resource from flatcar OSP (#314) (
Browse files Browse the repository at this point in the history
…#320)

Signed-off-by: Waleed Malik <[email protected]>
Co-authored-by: Waleed Malik <[email protected]>
  • Loading branch information
embik and ahmedwaleedmalik authored Oct 12, 2023
1 parent 991f123 commit b804722
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 57 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 @@ -574,25 +574,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 @@ -389,24 +389,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
18 changes: 0 additions & 18 deletions pkg/controllers/osc/testdata/osc-flatcar-aws-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,24 +389,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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit b804722

Please sign in to comment.