mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 01:28:52 +00:00
Add e2e tests for build/diff kustomization
Signed-off-by: Soule BA <soule@weave.works>
This commit is contained in:
parent
9376c9a946
commit
f7d9ee90cd
35 changed files with 1485 additions and 224 deletions
16
cmd/flux/testdata/diff-kustomization/diff-with-drifted-service.golden
vendored
Normal file
16
cmd/flux/testdata/diff-kustomization/diff-with-drifted-service.golden
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
► Deployment/default/podinfo created
|
||||
► HorizontalPodAutoscaler/default/podinfo created
|
||||
► Service/default/podinfo drifted
|
||||
|
||||
spec.ports
|
||||
⇆ order changed
|
||||
- http, grpc
|
||||
+ grpc, http
|
||||
|
||||
spec.ports.http.port
|
||||
± value change
|
||||
- 9899
|
||||
+ 9898
|
||||
|
||||
► Secret/default/podinfo-token-77t89m9b67 created
|
||||
► Secret/default/db-user-pass-bkbd782d2c created
|
||||
Loading…
Add table
Add a link
Reference in a new issue