Skip to content

Commit 9abd2f6

Browse files
authored
Merge pull request #28618 from sairameshv/swap-fedora
Fix `kubelet-gce-e2e-swap-fedora` ci job
2 parents 8a18c24 + 22ec1dc commit 9abd2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/e2e_node/swap/crio_swap1g.ign

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"systemd": {
2929
"units": [
3030
{
31-
"contents": "[Unit]\nDescription=Copy authorized keys\nBefore=crio-install.service\nAfter=network-online.target\n\n[Service]\nType=oneshot\nExecStart=/bin/sh -c '/usr/bin/mkdir -m 0700 -p /home/prow/.ssh && /usr/bin/cat /etc/ssh-key-secret/ssh-public >> /home/prow/.ssh/authorized_keys && chown -R prow:prow /home/prow/.ssh && chmod 0600 /home/prow/.ssh/authorized_keys'\n\n[Install]\nWantedBy=multi-user.target\n",
31+
"contents": "[Unit]\nDescription=Copy authorized keys\nBefore=crio-install.service\nAfter=network-online.target\n\n[Service]\nType=oneshot\nExecStart=/bin/sh -c '/usr/bin/mkdir -m 0700 -p /home/core/.ssh && /usr/bin/cat /etc/ssh-key-secret/ssh-public >> /home/core/.ssh/authorized_keys && chown -R core:core /home/core/.ssh && chmod 0600 /home/core/.ssh/authorized_keys'\n\n[Install]\nWantedBy=multi-user.target\n",
3232
"enabled": true,
3333
"name": "authorized-key.service"
3434
},

0 commit comments

Comments
 (0)