Skip to content

Commit

Permalink
safer-cluster integration test includes meshCertificates
Browse files Browse the repository at this point in the history
  • Loading branch information
bgvdiscord committed Aug 17, 2023
1 parent accd710 commit e2b2fcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/safer_cluster/safer_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func TestSaferCluster(t *testing.T) {
"networkConfig.datapathProvider",
"binaryAuthorization.evaluationMode",
"legacyAbac",
"meshCertificates.enableCertificates",
"nodePools.autoscaling",
"nodePools.config.machineType",
"nodePools.config.diskSizeGb",
Expand Down
3 changes: 3 additions & 0 deletions test/integration/safer_cluster/testdata/TestSaferCluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
],
"enabled": true
},
"meshCertificates": {
"enableCertificates": false
},
"monitoringConfig": {
"componentConfig": {
"enableComponents": [
Expand Down

0 comments on commit e2b2fcb

Please sign in to comment.