parent
b44d855e5c
commit
a0a9852afe
3 changed files with 26 additions and 6 deletions
|
@ -34,9 +34,9 @@ print_license_header() {
|
|||
|
||||
print_autogenerated_warning() {
|
||||
cat<<EOF
|
||||
----------------------------------------------------------
|
||||
WARNING: This file is autogenerated. Do not manually edit.
|
||||
----------------------------------------------------------
|
||||
# ----------------------------------------------------------
|
||||
# WARNING: This file is autogenerated. Do not manually edit.
|
||||
# ----------------------------------------------------------
|
||||
|
||||
EOF
|
||||
}
|
||||
|
@ -76,6 +76,8 @@ mk_kubernetes_manifests() {
|
|||
}
|
||||
|
||||
mk_istio_manifests() {
|
||||
print_license_header
|
||||
print_autogenerated_warning
|
||||
read_manifests "${SCRIPTDIR}/../istio-manifests"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue