Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Aug 2, 2023
1 parent e37a924 commit 9da5170
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions packages/kontinuous/tests/__snapshots__/pgweb.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ automountServiceAccountToken: false
apiVersion: v1
kind: ServiceAccount
metadata:
name: release-name-pgweb
name: pgweb
labels:
helm.sh/chart: pgweb-1.9.5
app.kubernetes.io/name: pgweb
Expand All @@ -94,7 +94,7 @@ metadata:
kontinuous/ref: feature-branch-1
kontinuous/gitSha: ffac537e6cbbf934b08745a378932722df287a53
kontinuous/appVersion: ffac537e6cbbf934b08745a378932722df287a53
kontinuous/resourceName: serviceaccount-release-name-pgweb-5yb2rcul
kontinuous/resourceName: serviceaccount-pgweb-3b1nl9ny
app.kubernetes.io/manifest-managed-by: kontinuous
app.kubernetes.io/manifest-created-by: kontinuous
annotations:
Expand Down Expand Up @@ -157,7 +157,7 @@ spec:
annotations:
kontinuous/deployment: test-pgweb-feature-branch-1-ffac537e6cbbf934b08745a37-51uoqv4n
spec:
serviceAccountName: release-name-pgweb
serviceAccountName: pgweb
securityContext: {}
containers:
- name: pgweb
Expand Down
6 changes: 3 additions & 3 deletions packages/kontinuous/tests/__snapshots__/sample-1.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ automountServiceAccountToken: false
apiVersion: v1
kind: ServiceAccount
metadata:
name: release-name-pgweb
name: pgweb
labels:
helm.sh/chart: pgweb-1.9.5
app.kubernetes.io/name: pgweb
Expand All @@ -94,7 +94,7 @@ metadata:
kontinuous/ref: feature-branch-1
kontinuous/gitSha: ffac537e6cbbf934b08745a378932722df287a53
kontinuous/appVersion: ffac537e6cbbf934b08745a378932722df287a53
kontinuous/resourceName: serviceaccount-release-name-pgweb-5yb2rcul
kontinuous/resourceName: serviceaccount-pgweb-3b1nl9ny
app.kubernetes.io/manifest-managed-by: kontinuous
app.kubernetes.io/manifest-created-by: kontinuous
annotations:
Expand Down Expand Up @@ -549,7 +549,7 @@ spec:
annotations:
kontinuous/deployment: test-sample-1-feature-branch-1-ffac537e6cbbf934b08745-5y3s29fx
spec:
serviceAccountName: release-name-pgweb
serviceAccountName: pgweb
securityContext: {}
containers:
- name: pgweb
Expand Down
6 changes: 3 additions & 3 deletions packages/kontinuous/tests/__snapshots__/sample-1.preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ automountServiceAccountToken: false
apiVersion: v1
kind: ServiceAccount
metadata:
name: release-name-pgweb
name: pgweb
labels:
helm.sh/chart: pgweb-1.9.5
app.kubernetes.io/name: pgweb
Expand All @@ -93,7 +93,7 @@ metadata:
kontinuous/ref: feature-branch-1
kontinuous/gitSha: ffac537e6cbbf934b08745a378932722df287a53
kontinuous/appVersion: ffac537e6cbbf934b08745a378932722df287a53
kontinuous/resourceName: serviceaccount-release-name-pgweb-5yb2rcul
kontinuous/resourceName: serviceaccount-pgweb-3b1nl9ny
app.kubernetes.io/manifest-managed-by: kontinuous
app.kubernetes.io/manifest-created-by: kontinuous
annotations:
Expand Down Expand Up @@ -535,7 +535,7 @@ spec:
annotations:
kontinuous/deployment: test-sample-1-feature-branch-1-ffac537e6cbbf934b08745-5y3s29fx
spec:
serviceAccountName: release-name-pgweb
serviceAccountName: pgweb
securityContext: {}
containers:
- name: pgweb
Expand Down
6 changes: 3 additions & 3 deletions packages/kontinuous/tests/__snapshots__/sample-1.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ automountServiceAccountToken: false
apiVersion: v1
kind: ServiceAccount
metadata:
name: release-name-pgweb
name: pgweb
labels:
helm.sh/chart: pgweb-1.9.5
app.kubernetes.io/name: pgweb
Expand All @@ -92,7 +92,7 @@ metadata:
kontinuous/ref: feature-branch-1
kontinuous/gitSha: ffac537e6cbbf934b08745a378932722df287a53
kontinuous/appVersion: ffac537e6cbbf934b08745a378932722df287a53
kontinuous/resourceName: serviceaccount-release-name-pgweb-5yb2rcul
kontinuous/resourceName: serviceaccount-pgweb-3b1nl9ny
app.kubernetes.io/manifest-managed-by: kontinuous
app.kubernetes.io/manifest-created-by: kontinuous
annotations:
Expand Down Expand Up @@ -531,7 +531,7 @@ spec:
annotations:
kontinuous/deployment: test-sample-1-feature-branch-1-ffac537e6cbbf934b08745-5y3s29fx
spec:
serviceAccountName: release-name-pgweb
serviceAccountName: pgweb
securityContext: {}
containers:
- name: pgweb
Expand Down

0 comments on commit 9da5170

Please sign in to comment.