Skip to content

Commit 7ef7aab

Browse files
committed
Rename UCs
Signed-off-by: Manuel Lorenzo <[email protected]>
1 parent aaeadc9 commit 7ef7aab

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ If all of the Argo CD applications are reporting healthy, the pattern has been d
170170
### Use cases
171171

172172
* [Secure Multi-tier Application](./docs/multi-tier.md)
173-
* [Use Case 02: Secure Supply Chain](./docs/supply-chain.md)
173+
* [Secure Supply Chain](./docs/supply-chain.md)
174174

175175
### Importing existing clusters
176176

charts/supply-chain/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: supply-chain
3-
description: A Helm chart for Supply Chain (UC02)
3+
description: A Helm chart for Secure Supply Chain
44
type: application
55
version: 0.1.0
66
appVersion: "1.0.0"
@@ -11,4 +11,4 @@ keywords:
1111
- tekton
1212
maintainers:
1313
- name: Zero Trust Validated Patterns Team
14-
14+

docs/supply-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Use Case 02: Secure Supply Chain
1+
# Secure Supply Chain
22

33
This use case outlines the process of building, signing, and verifying artifacts and images within the Zero Trust Validated Pattern (ZTVP).
44

values-hub.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ clusterGroup:
6464
targetNamespace: openshift-compliance
6565
annotations:
6666
openshift.io/cluster-monitoring: "true"
67-
# UC-02: Uncomment to enable OpenShift Pipelines
67+
# Secure Supply Chain: Uncomment to enable OpenShift Pipelines
6868
# - openshift-pipelines
6969
subscriptions:
7070
acm:
@@ -77,7 +77,7 @@ clusterGroup:
7777
namespace: cert-manager-operator
7878
channel: stable-v1
7979
catalogSource: redhat-marketplace
80-
# UC-02: Uncomment to enable OpenShift Pipelines
80+
# Secure Supply Chain: Uncomment to enable OpenShift Pipelines
8181
# openshift-pipelines:
8282
# name: openshift-pipelines-operator-rh
8383
# namespace: openshift-operators
@@ -349,7 +349,7 @@ clusterGroup:
349349
value: qtodo
350350
- name: app.vault.secretPath
351351
value: secret/data/global/qtodo
352-
# For UC-02, we changed the qtodo image to use the one built in the secure supply chain
352+
# For Secure Supply Chain, we changed the qtodo image to use the one built in the secure supply chain
353353
# - name: app.images.main.name
354354
# value: quay-registry-quay-quay-enterprise.apps.{{ $.Values.global.clusterDomain }}/ztvp/qtodo
355355
# - name: app.images.main.version
@@ -361,7 +361,7 @@ clusterGroup:
361361
# value: quay-user
362362
# - name: app.images.main.registry.passwordVaultKey
363363
# value: quay-user-password
364-
# UC-02: Secure Supply Chain - Uncomment to enable
364+
# Secure Supply Chain - Uncomment to enable
365365
# supply-chain:
366366
# name: supply-chain
367367
# project: hub
@@ -433,7 +433,7 @@ clusterGroup:
433433
# imagePullPolicy is set to always: imperative.imagePullPolicy
434434
jobs: []
435435
managedClusterGroups: {}
436-
# This configuration can be used for Pipeline/DevSecOps (UC-01 / UC-02)
436+
# This configuration can be used for use cases Pipeline/Secure Supply Chain
437437
# devel:
438438
# name: devel
439439
# helmOverrides:
@@ -524,7 +524,7 @@ clusterGroup:
524524
# List of previously provisioned clusters to import and manage from the Hub cluster
525525
acmManagedClusters:
526526
clusters: []
527-
# This configuration can be used for Pipeline/DevSecOps (UC-01 / UC-02)
527+
# This configuration can be used for use cases Pipeline/Secure Supply Chain
528528
# - name: ztvp-spoke-1
529529
# clusterGroup: devel
530530
# labels:

0 commit comments

Comments
 (0)