diff --git a/.gitignore b/.gitignore index 094b78fb14..a9bc27f7bf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/internal/ingress/annotations/opentracing/main_test.go b/internal/ingress/annotations/opentracing/main_test.go index fc3f93f798..d47df85e06 100644 --- a/internal/ingress/annotations/opentracing/main_test.go +++ b/internal/ingress/annotations/opentracing/main_test.go @@ -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.