Skip to content

Commit

Permalink
move to subchart
Browse files Browse the repository at this point in the history
Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 committed Sep 10, 2023
1 parent d8c6071 commit 9e398df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-operator-crds/hack/update_crds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ for line in "${FILES[@]}"; do
sed -i '/^ annotations:$/a {{- with .Values.annotations }}\n{{- toYaml . | nindent 4 }}\n{{- end }}' "${SCRIPT_DIR}/../charts/crds/crds/${DESTINATION}"
else
sed -i '/^metadata:$/a {{- with .Values.annotations }}\n annotations:\n{{- toYaml . | nindent 4 }}\n{{- end }}' "${SCRIPT_DIR}/../charts/crds/crds/${DESTINATION}"
fi
fi
done

0 comments on commit 9e398df

Please sign in to comment.