Skip to content

Commit

Permalink
fix: snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 30, 2021
1 parent 45c418c commit 882157d
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions .socialgouv/__tests__/__snapshots__/deploy.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,6 @@

exports[`deploy dev 2 1`] = `
"---
apiVersion: v1
kind: Namespace
metadata:
annotations:
socialgouv/creator: autodevops
janitor/ttl: 15d
field.cattle.io/creatorId: gitlab
field.cattle.io/projectId: ''
git/branch: refs/heads/mybranch
git/remote: socialgouv/standup
app.github.com/job: '5678'
app.github.com/ref: refs/heads/mybranch
app.github.com/repo: socialgouv/standup
app.github.com/run: '1234'
app.github.com/sha: '0123456'
labels:
azure-pg-admin-user: standup
application: standup
owner: standup
team: standup
cert: wildcard
name: standup-mybranch
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand All @@ -39,10 +16,10 @@ metadata:
labels:
app: standup
application: standup
component: nginx
owner: standup
team: standup
cert: wildcard
component: nginx
name: standup
namespace: standup-mybranch
spec:
Expand All @@ -63,10 +40,10 @@ spec:
labels:
app: standup
application: standup
component: nginx
owner: standup
team: standup
cert: wildcard
component: nginx
spec:
containers:
- image: >-
Expand Down Expand Up @@ -127,6 +104,7 @@ metadata:
namespace: standup-mybranch
labels:
application: standup
component: nginx
owner: standup
team: standup
cert: wildcard
Expand All @@ -148,6 +126,7 @@ spec:
name: standup-sealed-secret
labels:
application: standup
component: nginx
owner: standup
team: standup
cert: wildcard
Expand All @@ -167,6 +146,7 @@ metadata:
app.github.com/sha: '0123456'
labels:
application: standup
component: nginx
owner: standup
team: standup
cert: wildcard
Expand All @@ -184,6 +164,7 @@ metadata:
labels:
app: standup
application: standup
component: nginx
owner: standup
team: standup
cert: wildcard
Expand Down Expand Up @@ -221,6 +202,7 @@ metadata:
labels:
app: standup
application: standup
component: nginx
owner: standup
team: standup
cert: wildcard
Expand Down

0 comments on commit 882157d

Please sign in to comment.