test/plugin/constants.rb in fluent-plugin-google-cloud-0.6.21 vs test/plugin/constants.rb in fluent-plugin-google-cloud-0.6.22
- old
+ new
@@ -298,9 +298,15 @@
enable_metadata_agent true
k8s_cluster_name #{CUSTOM_K8S_CLUSTER_NAME}
k8s_cluster_location #{CUSTOM_K8S_LOCATION}
).freeze
+ EMPTY_K8S_ENABLE_METADATA_AGENT_CONFIG = %(
+ enable_metadata_agent true
+ k8s_cluster_name ""
+ k8s_cluster_location ""
+ ).freeze
+
CONFIG_EC2_PROJECT_ID = %(
project_id #{EC2_PROJECT_ID}
).freeze
CONFIG_EC2_PROJECT_ID_AND_CUSTOM_VM_ID = %(