Skip to content

Commit 986b929

Browse files
authored
chore: remove deprecated workload component to prevent flakes (terraform-google-modules#1406)
1 parent 26aa626 commit 986b929

File tree

2 files changed

+1
-2
lines changed
  • examples/simple_regional_beta
  • test/integration/beta_cluster/controls

2 files changed

+1
-2
lines changed

examples/simple_regional_beta/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module "gke" {
5252
enable_identity_service = true
5353
release_channel = "REGULAR"
5454
logging_enabled_components = ["SYSTEM_COMPONENTS"]
55-
monitoring_enabled_components = ["SYSTEM_COMPONENTS", "WORKLOADS"]
55+
monitoring_enabled_components = ["SYSTEM_COMPONENTS"]
5656

5757
# Disable workload identity
5858
identity_namespace = null

test/integration/beta_cluster/controls/gcloud.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112

113113
it "has the expected monitoring config" do
114114
expect(data['monitoringConfig']['componentConfig']['enableComponents']).to match_array([
115-
"WORKLOADS",
116115
"SYSTEM_COMPONENTS"
117116
])
118117
end

0 commit comments

Comments
 (0)