Skip to content

Commit 9645c4f

Browse files
committed
review updates
1 parent ea28c0e commit 9645c4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The `overlays/dev/` directory contains a `kustomization.yaml` for environment-sp
125125
Before deploying, update the `TUF_REPO_URL` environment variable in `deployment/base/console-backend-deploy.yaml`. The default value is `https://tuf-repo-cdn.sigstore.dev`, but it must be replaced with the actual TUF route URL from your running RHTAS instance. To retrieve the correct URL, run:
126126

127127
```bash
128-
oc get route tuf -o jsonpath='https://{.spec.host}{"\n"}'
128+
oc get tuf -o jsonpath='{.items[0].status.url}'
129129
```
130130
Edit `deployment/base/console-backend-deploy.yaml` and replace the TUF_REPO_URL value with the output from the above command.
131131

deployment/base/console-db-deploy.yaml renamed to deployment/base/console-db-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: apps/v1
2-
kind: Deployment
2+
kind: StatefulSet
33
metadata:
44
name: console-db
55
labels:

deployment/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resources:
88
# Database
99
- console-db-secret.yaml
1010
- console-db-pvc.yaml
11-
- console-db-deploy.yaml
11+
- console-db-statefulset.yaml
1212
- console-db-service.yaml
1313
# Backend
1414
- console-backend-deploy.yaml

0 commit comments

Comments
 (0)