appuio / component-openshift4-nodes

Commodore Component: OpenShift 4 Machine Management
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Fix machineconfig inline file source encoding specification #71

Closed simu closed 1 year ago

simu commented 1 year ago

The data URL scheme uses charset and not encoding to specify the encoding of the inline data.

This commit fixes the component to use charset=utf-8 instead of encoding=utf-8 when generating data URLs.

See also https://datatracker.ietf.org/doc/html/rfc2397

Checklist