Improve safety of AWS-based builds
Ensure that AWS and Docker credentials don't get accidentally added
This commit is contained in:
parent
3716655525
commit
fcccd63002
2 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -47,3 +47,7 @@ bin
|
|||
test/e2e-image/wait-for-nginx.sh
|
||||
.cache
|
||||
cover.out
|
||||
|
||||
# secret terraform variables
|
||||
build/images/nginx/aws.tfvars
|
||||
build/images/nginx/env.tfvars
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
Copyright 2019 The Kubernetes Authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
Loading…
Reference in a new issue