Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ If all of the Argo CD applications are reporting healthy, the pattern has been d
### Use cases

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

### Importing existing clusters

Expand Down
4 changes: 2 additions & 2 deletions charts/supply-chain/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: supply-chain
description: A Helm chart for Supply Chain (UC02)
description: A Helm chart for Secure Supply Chain
type: application
version: 0.1.0
appVersion: "1.0.0"
Expand All @@ -11,4 +11,4 @@ keywords:
- tekton
maintainers:
- name: Zero Trust Validated Patterns Team
email: ztvp-arch-group@redhat.com
email: ztvp-arch-group@redhat.com
2 changes: 1 addition & 1 deletion docs/supply-chain.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use Case 02: Secure Supply Chain
# Secure Supply Chain

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

Expand Down
12 changes: 6 additions & 6 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ clusterGroup:
targetNamespace: openshift-compliance
annotations:
openshift.io/cluster-monitoring: "true"
# UC-02: Uncomment to enable OpenShift Pipelines
# Secure Supply Chain: Uncomment to enable OpenShift Pipelines
# - openshift-pipelines
subscriptions:
acm:
Expand All @@ -77,7 +77,7 @@ clusterGroup:
namespace: cert-manager-operator
channel: stable-v1
catalogSource: redhat-marketplace
# UC-02: Uncomment to enable OpenShift Pipelines
# Secure Supply Chain: Uncomment to enable OpenShift Pipelines
# openshift-pipelines:
# name: openshift-pipelines-operator-rh
# namespace: openshift-operators
Expand Down Expand Up @@ -349,7 +349,7 @@ clusterGroup:
value: qtodo
- name: app.vault.secretPath
value: secret/data/global/qtodo
# For UC-02, we changed the qtodo image to use the one built in the secure supply chain
# For Secure Supply Chain, we changed the qtodo image to use the one built in the secure supply chain
# - name: app.images.main.name
# value: quay-registry-quay-quay-enterprise.apps.{{ $.Values.global.clusterDomain }}/ztvp/qtodo
# - name: app.images.main.version
Expand All @@ -361,7 +361,7 @@ clusterGroup:
# value: quay-user
# - name: app.images.main.registry.passwordVaultKey
# value: quay-user-password
# UC-02: Secure Supply Chain - Uncomment to enable
# Secure Supply Chain - Uncomment to enable
# supply-chain:
# name: supply-chain
# project: hub
Expand Down Expand Up @@ -433,7 +433,7 @@ clusterGroup:
# imagePullPolicy is set to always: imperative.imagePullPolicy
jobs: []
managedClusterGroups: {}
# This configuration can be used for Pipeline/DevSecOps (UC-01 / UC-02)
# This configuration can be used for use cases Pipeline/Secure Supply Chain
# devel:
# name: devel
# helmOverrides:
Expand Down Expand Up @@ -524,7 +524,7 @@ clusterGroup:
# List of previously provisioned clusters to import and manage from the Hub cluster
acmManagedClusters:
clusters: []
# This configuration can be used for Pipeline/DevSecOps (UC-01 / UC-02)
# This configuration can be used for use cases Pipeline/Secure Supply Chain
# - name: ztvp-spoke-1
# clusterGroup: devel
# labels:
Expand Down