Skip to content
Snippets Groups Projects
Verified Commit f9d76000 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

test(mastodon): Fix snapshot

parent 73b9bbc8
No related branches found
No related tags found
No related merge requests found
...@@ -337,6 +337,9 @@ should match basic snapshot: ...@@ -337,6 +337,9 @@ should match basic snapshot:
httpGet: httpGet:
path: /health path: /health
port: http port: http
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
startupProbe: startupProbe:
failureThreshold: 30 failureThreshold: 30
httpGet: httpGet:
...@@ -755,17 +758,6 @@ should match basic snapshot: ...@@ -755,17 +758,6 @@ should match basic snapshot:
name: RELEASE-NAME-mastodon name: RELEASE-NAME-mastodon
type: Opaque type: Opaque
15: | 15: |
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: mastodon
app.kubernetes.io/version: 4.5.6
helm.sh/chart: mastodon-1.2.3
name: RELEASE-NAME-mastodon
16: |
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
...@@ -787,7 +779,7 @@ should match basic snapshot: ...@@ -787,7 +779,7 @@ should match basic snapshot:
app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: mastodon app.kubernetes.io/name: mastodon
type: ClusterIP type: ClusterIP
17: | 16: |
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
...@@ -809,3 +801,14 @@ should match basic snapshot: ...@@ -809,3 +801,14 @@ should match basic snapshot:
app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: mastodon app.kubernetes.io/name: mastodon
type: ClusterIP type: ClusterIP
17: |
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: mastodon
app.kubernetes.io/version: 4.5.6
helm.sh/chart: mastodon-1.2.3
name: RELEASE-NAME-mastodon
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment