Skip to content

Commit 4c343e0

Browse files
document deploymentMarkers in ci values examples
1 parent 06909e0 commit 4c343e0

50 files changed

Lines changed: 99 additions & 4 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

charts/matrix-stack/ci/element-web-checkov-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
77

88
# initSecrets, postgres don't have any required properties to be set and defaults to enabled
9+
deploymentMarkers:
10+
enabled: false
911
elementWeb:
1012
annotations:
1113
checkov.io/skip1: CKV_K8S_11=We deliberately don't set CPU limits. Pod is BestEffort not Guaranteed

charts/matrix-stack/ci/element-web-minimal-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
77

88
# initSecrets, postgres don't have any required properties to be set and defaults to enabled
9+
deploymentMarkers:
10+
enabled: false
911
elementWeb:
1012
ingress:
1113
host: element.ess.localhost

charts/matrix-stack/ci/example-default-enabled-components-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
77

88
# initSecrets, postgres, wellKnownDelegation don't have any required properties to be set and defaults to enabled
9+
deploymentMarkers:
10+
enabled: false
911
elementWeb:
1012
ingress:
1113
host: element.ess.localhost
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Copyright 2025 New Vector Ltd
22
#
33
# SPDX-License-Identifier: AGPL-3.0-only
4+
5+
deploymentMarkers:
6+
enabled: true

charts/matrix-stack/ci/matrix-authentication-service-external-synapse-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
77

88
# initSecrets, postgres don't have any required properties to be set and defaults to enabled
9+
deploymentMarkers:
10+
enabled: false
911
elementWeb:
1012
enabled: false
1113
matrixAuthenticationService:

charts/matrix-stack/ci/matrix-authentication-service-minimal-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# source_fragments: matrix-authentication-service-minimal.yaml init-secrets-minimal.yaml postgres-minimal.yaml deployment-markers-minimal.yaml
66
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
77

8-
# initSecrets, postgres don't have any required properties to be set and defaults to enabled
8+
# deploymentMarkers, initSecrets, postgres don't have any required properties to be set and defaults to enabled
99
elementWeb:
1010
enabled: false
1111
matrixAuthenticationService:

charts/matrix-stack/ci/matrix-authentication-service-postgres-secrets-externally-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# source_fragments: matrix-authentication-service-minimal.yaml matrix-authentication-service-secrets-externally.yaml postgres-secrets-externally.yaml postgres-matrix-authentication-service-secrets-externally.yaml init-secrets-disabled.yaml
66
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
77

8+
deploymentMarkers:
9+
enabled: false
810
elementWeb:
911
enabled: false
1012
initSecrets:

charts/matrix-stack/ci/matrix-authentication-service-postgres-secrets-in-helm-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# source_fragments: matrix-authentication-service-minimal.yaml matrix-authentication-service-secrets-externally.yaml postgres-secrets-in-helm.yaml postgres-matrix-authentication-service-secrets-in-helm.yaml init-secrets-disabled.yaml
66
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
77

8+
deploymentMarkers:
9+
enabled: false
810
elementWeb:
911
enabled: false
1012
initSecrets:

charts/matrix-stack/ci/matrix-authentication-service-secrets-externally-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
77

88
# initSecrets, postgres don't have any required properties to be set and defaults to enabled
9+
deploymentMarkers:
10+
enabled: false
911
elementWeb:
1012
enabled: false
1113
matrixAuthenticationService:

charts/matrix-stack/ci/matrix-authentication-service-secrets-in-helm-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
77

88
# initSecrets, postgres don't have any required properties to be set and defaults to enabled
9+
deploymentMarkers:
10+
enabled: false
911
elementWeb:
1012
enabled: false
1113
matrixAuthenticationService:

0 commit comments

Comments
 (0)