Skip to content

Commit

Permalink
Merge branch 'master' into gke-autopilot-network-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Jun 11, 2024
2 parents 57a2588 + 329c08f commit a4a56ff
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"currentNodeCount": 3,
"currentNodeVersion": "1.24.7-gke.900",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"currentNodeCount": 1,
"currentNodeVersion": "1.24.7-gke.900",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"currentNodeCount": 3,
"currentNodeVersion": "1.23.14-gke.401",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"currentNodeCount": 3,
"currentNodeVersion": "1.24.7-gke.900",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"currentNodeCount": 2,
"currentNodeVersion": "1.24.7-gke.900",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"currentNodeCount": 2,
"currentNodeVersion": "1.24.7-gke.900",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"currentNodeCount": 3,
"currentNodeVersion": "1.27.3-gke.100",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"currentNodeCount": 3,
"currentNodeVersion": "1.25.4-gke.2100",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
end

it "has the expected databaseEncryption config" do
expect(data['databaseEncryption']).to eq({
expect(data['databaseEncryption']).to include({
"state" => 'DECRYPTED',
})
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
end

it "has the expected databaseEncryption config" do
expect(data['databaseEncryption']).to eq({
expect(data['databaseEncryption']).to include({
"state" => 'DECRYPTED',
})
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"currentNodeCount": 3,
"currentNodeVersion": "1.25.5-gke.1500",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"currentNodeCount": 3,
"currentNodeVersion": "1.25.5-gke.1500",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"currentNodeCount": 2,
"currentNodeVersion": "1.24.7-gke.900",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"currentNodeCount": 4,
"currentNodeVersion": "1.25.6-gke.1000",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"currentNodeCount": 1,
"currentNodeVersion": "1.25.5-gke.1500",
"databaseEncryption": {
"currentState": "CURRENT_STATE_DECRYPTED",
"state": "DECRYPTED"
},
"defaultMaxPodsConstraint": {
Expand Down

0 comments on commit a4a56ff

Please sign in to comment.