Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Torres <[email protected]>
  • Loading branch information
torredil committed Oct 26, 2023
1 parent 324a3d8 commit d9135c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/e2e/chart-testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ function ct_install() {
curl --silent --location "${CHART_TESTING_DOWNLOAD_URL}" | tar xz -C "${INSTALL_PATH}"
chmod +x "${INSTALL_PATH}"/ct
fi
apt-get update && apt-get install -y yamllint
}
1 change: 1 addition & 0 deletions hack/kops-patch-node.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
spec:
instanceMetadata:
httpTokens: optional
httpPutResponseHopLimit: 3
3 changes: 3 additions & 0 deletions hack/kops-patch.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
spec:
instanceMetadata:
httpTokens: optional
httpPutResponseHopLimit: 3
additionalPolicies:
node: |
[
Expand Down

0 comments on commit d9135c0

Please sign in to comment.