We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df21cf commit 67e751eCopy full SHA for 67e751e
1 file changed
pkg/provider/aws/action/openshift-snc/cloud-config
@@ -16,6 +16,7 @@ runcmd:
16
- chmod 0644 /opt/crc/pass_developer
17
- echo "{{ .PublicIP }}" > /opt/crc/eip
18
- chmod 0644 /opt/crc/eip
19
+ - sudo xfs_growfs -d /
20
write_files:
21
- path: /home/core/.ssh/authorized_keys
22
content: {{ .PubKey }}
0 commit comments