File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
docs/docs/04-For Operators Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,15 @@ import latestRelease from '@site/src/version.json'
9191export function ImageReleaseConfig() {
9292return <><CodeBlock language = " yaml" >
9393---{ " \n " }
94- metal_stack_release_vectors:
95- - url: oci://ghcr.io/metal-stack/releases:{ latestRelease .version }
96- variable_mapping_path: metal_stack_release.mapping
97- include_role_defaults: metal-roles/common/roles/defaults
98- oci_cosign_verify_key: |
99- -----BEGIN PUBLIC KEY-----
100- MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdeAXd2namgVNDT0APmogKGwaV+Q4
101- rfe4uVgmsyBbb6TrhX5Py6x1PsonDahTvdVpbSGC7QGEjxIHdi8HnJ4Okg==
102- -----END PUBLIC KEY-----
94+ metal_stack_release_vectors:{ " \n " }
95+ { " " } - url: oci://ghcr.io/metal-stack/releases:{ latestRelease .version } { " \n " }
96+ { " " } variable_mapping_path: metal_stack_release.mapping{ " \n " }
97+ { " " } include_role_defaults: metal-roles/common/roles/defaults{ " \n " }
98+ { " " } oci_cosign_verify_key: |{ " \n " }
99+ { " " } -----BEGIN PUBLIC KEY-----{ " \n " }
100+ { " " } MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdeAXd2namgVNDT0APmogKGwaV+Q4{ " \n " }
101+ { " " } rfe4uVgmsyBbb6TrhX5Py6x1PsonDahTvdVpbSGC7QGEjxIHdi8HnJ4Okg=={ " \n " }
102+ { " " } -----END PUBLIC KEY-----{ " \n " }
103103</CodeBlock ></>
104104}
105105
You can’t perform that action at this time.
0 commit comments