File tree Expand file tree Collapse file tree
scripts/azure-vn/deployment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ sed -i 's#{"pattern":"OPERATOR_KEY_SECRET_NAME=OPERATOR_KEY_SECRET_NAME_PLACEHOL
8787base64 -w0 < ${INPUT_DIR} /generated.rego > ${INPUT_DIR} /generated.rego.base64
8888python3 ${SCRIPT_DIR} /generate.py ${INPUT_DIR} /generated.rego > ${MANIFEST_DIR} /${POLICY_DIGEST_FILE}
8989
90- sed -i " s#CCE_POLICY_PLACEHOLDER#$( cat $( INPUT_DIR) /generated.rego.base64) #g" ${OUTPUT_DIR} /operator.yaml
90+ sed -i " s#CCE_POLICY_PLACEHOLDER#$( cat ${ INPUT_DIR} /generated.rego.base64) #g" ${OUTPUT_DIR} /operator.yaml
9191# cp ${OUTPUT_DIR}/operator.json ${INPUT_DIR}/source.json
9292# jq --arg policy "$(cat ${INPUT_DIR}/generated.rego.base64)" '.resources[].properties.confidentialComputeProperties.ccePolicy = $policy' ${INPUT_DIR}/source.json > ${OUTPUT_DIR}/operator.json
9393
You can’t perform that action at this time.
0 commit comments