Skip to content

Commit

Permalink
accidently renamed the kubelet file, fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Cope <jcope@redhat.com>
  • Loading branch information
copejon authored and openshift-cherrypick-robot committed Aug 19, 2024
1 parent 106f389 commit e67f2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/auto-rebase/rebase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ update_openshift_manifests() {
# The tlsCipherSuites field was change from a scalar value to gotemplate which broke the yaml formatting and
# confused yq. Before processing, delete the offending go templated field.
# https://github.com/openshift/machine-config-operator/commit/3b979e1ddf2a6e2c3e9b4a7872e31db888da1d57
sed -in '/tlsCipherSuites:/,/{{- end }}/d' "${REPOROOT}/assets/core/kubelet.yaml"
sed -n -i '/tlsCipherSuites:/,/{{- end }}/d' "${REPOROOT}/assets/core/kubelet.yaml"

# Drop MCO's boilerplate and keep KubeletConfiguration only
yq -i '.contents.inline' "${REPOROOT}/assets/core/kubelet.yaml"
Expand Down

0 comments on commit e67f2fb

Please sign in to comment.