Skip to content

Commit

Permalink
fix: snapshot helm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed Aug 8, 2023
1 parent 68fa35a commit 1f29d16
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ manifest should match snapshot with TLS:
apiVersion: apps/v1
kind: Deployment
metadata:
labels: null
labels:
steadybit.com/discovery-enabled: "false"
name: RELEASE-NAME-steadybit-extension-prometheus
namespace: NAMESPACE
spec:
Expand All @@ -15,6 +16,7 @@ manifest should match snapshot with TLS:
metadata:
labels:
app.kubernetes.io/name: steadybit-extension-prometheus
steadybit.com/discovery-enabled: "false"
spec:
containers:
- env:
Expand Down Expand Up @@ -67,7 +69,8 @@ manifest should match snapshot with extra env vars:
apiVersion: apps/v1
kind: Deployment
metadata:
labels: null
labels:
steadybit.com/discovery-enabled: "false"
name: RELEASE-NAME-steadybit-extension-prometheus
namespace: NAMESPACE
spec:
Expand All @@ -79,6 +82,7 @@ manifest should match snapshot with extra env vars:
metadata:
labels:
app.kubernetes.io/name: steadybit-extension-prometheus
steadybit.com/discovery-enabled: "false"
spec:
containers:
- env:
Expand Down Expand Up @@ -127,7 +131,8 @@ manifest should match snapshot with mutual TLS using containerPaths:
apiVersion: apps/v1
kind: Deployment
metadata:
labels: null
labels:
steadybit.com/discovery-enabled: "false"
name: RELEASE-NAME-steadybit-extension-prometheus
namespace: NAMESPACE
spec:
Expand All @@ -139,6 +144,7 @@ manifest should match snapshot with mutual TLS using containerPaths:
metadata:
labels:
app.kubernetes.io/name: steadybit-extension-prometheus
steadybit.com/discovery-enabled: "false"
spec:
containers:
- env:
Expand Down Expand Up @@ -186,7 +192,8 @@ manifest should match snapshot without TLS:
apiVersion: apps/v1
kind: Deployment
metadata:
labels: null
labels:
steadybit.com/discovery-enabled: "false"
name: RELEASE-NAME-steadybit-extension-prometheus
namespace: NAMESPACE
spec:
Expand All @@ -198,6 +205,7 @@ manifest should match snapshot without TLS:
metadata:
labels:
app.kubernetes.io/name: steadybit-extension-prometheus
steadybit.com/discovery-enabled: "false"
spec:
containers:
- env:
Expand Down

0 comments on commit 1f29d16

Please sign in to comment.