Skip to content

Commit ddaa206

Browse files
CH-137 Add obsoleted label match expression to remove issues with breaking changes
1 parent 81247d8 commit ddaa206

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

deployment-configuration/helm/templates/auto-database.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ spec:
5353
- key: usesvolume
5454
operator: In
5555
values:
56+
- {{ .app.harness.database.name }} # Obsolete, kept for backwards compatability, to be removed at a later date
5657
- {{ .app.harness.database.name }}-{{ .root.Values.namespace }}
5758
topologyKey: "kubernetes.io/hostname"
5859
containers:

deployment-configuration/helm/templates/auto-deployments.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ spec:
4444
- key: usesvolume
4545
operator: In
4646
values:
47+
- {{ .app.harness.deployment.volume.name }} # Obsolete, kept for backwards compatability, to be removed at a later date
4748
- {{ .app.harness.deployment.volume.name }}-{{ .root.Values.namespace }}
4849
topologyKey: "kubernetes.io/hostname"
4950
{{- end }}

0 commit comments

Comments
 (0)