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

test(mastodon): Fix missing unittest updates

parent edc96193
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,6 @@ should match basic snapshot:
annotations:
checksum/config-configmap: 6171320454845e8c5c867b5db63251ff95089e25c0200ca8f72d6bb9f6535726
checksum/config-secrets: c0d40e352ffcd2127af550b605bb0464640cd2960d007d940960d3d69d3c6aa4
rollme: "0"
labels:
app.kubernetes.io/component: sidekiq-all-queues
app.kubernetes.io/instance: RELEASE-NAME
......@@ -117,9 +116,13 @@ should match basic snapshot:
- mountPath: /opt/mastodon/public/system
name: system
securityContext:
allowPrivilegeEscalation: false
fsGroup: 991
runAsGroup: 991
runAsNonRoot: true
runAsUser: 991
seccompProfile:
type: RuntimeDefault
serviceAccountName: RELEASE-NAME-mastodon
volumes:
- name: assets
......
......@@ -60,7 +60,6 @@ should match basic snapshot:
annotations:
checksum/config-configmap: 6171320454845e8c5c867b5db63251ff95089e25c0200ca8f72d6bb9f6535726
checksum/config-secrets: c0d40e352ffcd2127af550b605bb0464640cd2960d007d940960d3d69d3c6aa4
rollme: "0"
labels:
app.kubernetes.io/component: web
app.kubernetes.io/instance: RELEASE-NAME
......@@ -121,9 +120,13 @@ should match basic snapshot:
- mountPath: /opt/mastodon/public/system
name: system
securityContext:
allowPrivilegeEscalation: false
fsGroup: 991
runAsGroup: 991
runAsNonRoot: true
runAsUser: 991
seccompProfile:
type: RuntimeDefault
serviceAccountName: RELEASE-NAME-mastodon
volumes:
- name: assets
......
......@@ -132,7 +132,6 @@ should match basic snapshot:
annotations:
checksum/config-configmap: 6171320454845e8c5c867b5db63251ff95089e25c0200ca8f72d6bb9f6535726
checksum/config-secrets: c0d40e352ffcd2127af550b605bb0464640cd2960d007d940960d3d69d3c6aa4
rollme: "0"
labels:
app.kubernetes.io/component: sidekiq-all-queues
app.kubernetes.io/instance: RELEASE-NAME
......@@ -185,9 +184,13 @@ should match basic snapshot:
- mountPath: /opt/mastodon/public/system
name: system
securityContext:
allowPrivilegeEscalation: false
fsGroup: 991
runAsGroup: 991
runAsNonRoot: true
runAsUser: 991
seccompProfile:
type: RuntimeDefault
serviceAccountName: RELEASE-NAME-mastodon
volumes:
- name: assets
......@@ -219,7 +222,6 @@ should match basic snapshot:
annotations:
checksum/config-configmap: 6171320454845e8c5c867b5db63251ff95089e25c0200ca8f72d6bb9f6535726
checksum/config-secrets: c0d40e352ffcd2127af550b605bb0464640cd2960d007d940960d3d69d3c6aa4
rollme: "0"
labels:
app.kubernetes.io/component: streaming
app.kubernetes.io/instance: RELEASE-NAME
......@@ -263,9 +265,13 @@ should match basic snapshot:
path: /api/v1/streaming/health
port: streaming
securityContext:
allowPrivilegeEscalation: false
fsGroup: 991
runAsGroup: 991
runAsNonRoot: true
runAsUser: 991
seccompProfile:
type: RuntimeDefault
serviceAccountName: RELEASE-NAME-mastodon
5: |
apiVersion: apps/v1
......@@ -291,7 +297,6 @@ should match basic snapshot:
annotations:
checksum/config-configmap: 6171320454845e8c5c867b5db63251ff95089e25c0200ca8f72d6bb9f6535726
checksum/config-secrets: c0d40e352ffcd2127af550b605bb0464640cd2960d007d940960d3d69d3c6aa4
rollme: "0"
labels:
app.kubernetes.io/component: web
app.kubernetes.io/instance: RELEASE-NAME
......@@ -352,9 +357,13 @@ should match basic snapshot:
- mountPath: /opt/mastodon/public/system
name: system
securityContext:
allowPrivilegeEscalation: false
fsGroup: 991
runAsGroup: 991
runAsNonRoot: true
runAsUser: 991
seccompProfile:
type: RuntimeDefault
serviceAccountName: RELEASE-NAME-mastodon
volumes:
- name: assets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment