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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"of the License at http://www.apache.org/licenses/LICENSE-2.0"
],
"title": "Hybrid Cloud Patterns - values-secret.yaml files schema V1",
"description": "This schema defines the values-secret.yaml file as used by [Validated Patterns](https://hybrid-cloud-patterns.io)",
"description": "This schema defines the values-secret.yaml file as used by [Validated Patterns](https://validatedpatterns.io)",
"type": "object",
"examples": [],
"definitions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"of the License at http://www.apache.org/licenses/LICENSE-2.0"
],
"title": "Hybrid Cloud Patterns - values-secret.yaml files schema V2",
"description": "This schema defines the values-secret.yaml file as used by [Validated Patterns](https://hybrid-cloud-patterns.io)",
"description": "This schema defines the values-secret.yaml file as used by [Validated Patterns](https://validatedpatterns.io)",
"type": "object",
"examples": [
{
Expand Down
2 changes: 1 addition & 1 deletion common/examples/medical-diagnosis-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ clusterGroup:
# Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
# imagePullPolicy is set to always: imperative.imagePullPolicy
# For additional overrides that apply to the jobs, please refer to
# https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations
# https://validatedpatterns.io/imperative-actions/#additional-job-customizations
jobs:
- name: regional-ca
# ansible playbook to be run
Expand Down
2 changes: 1 addition & 1 deletion common/examples/values-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ clusterGroup:
# Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
# imagePullPolicy is set to always: imperative.imagePullPolicy
# For additional overrides that apply to the jobs, please refer to
# https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations
# https://validatedpatterns.io/imperative-actions/#additional-job-customizations
jobs:
- name: regional-ca
# ansible playbook to be run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
4 changes: 2 additions & 2 deletions common/tests/letsencrypt-industrial-edge-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
4 changes: 2 additions & 2 deletions common/tests/letsencrypt-medical-diagnosis-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
4 changes: 2 additions & 2 deletions common/tests/letsencrypt-naked.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
4 changes: 2 additions & 2 deletions common/tests/letsencrypt-normal.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
2 changes: 1 addition & 1 deletion values-unmanaged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ clusterGroup:
# Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
# imagePullPolicy is set to always: imperative.imagePullPolicy
# For additional overrides that apply to the jobs, please refer to
# https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations
# https://validatedpatterns.io/imperative-actions/#additional-job-customizations
jobs:
- name: regional-ca
# ansible playbook to be run
Expand Down
Loading