Skip to content

Commit

Permalink
CH-137 Add obsoleted label match expression to remove issues with bre…
Browse files Browse the repository at this point in the history
…aking changes
  • Loading branch information
condar-metacell committed Sep 9, 2024
1 parent 81247d8 commit ddaa206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment-configuration/helm/templates/auto-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ spec:
- key: usesvolume
operator: In
values:
- {{ .app.harness.database.name }} # Obsolete, kept for backwards compatability, to be removed at a later date
- {{ .app.harness.database.name }}-{{ .root.Values.namespace }}
topologyKey: "kubernetes.io/hostname"
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ spec:
- key: usesvolume
operator: In
values:
- {{ .app.harness.deployment.volume.name }} # Obsolete, kept for backwards compatability, to be removed at a later date
- {{ .app.harness.deployment.volume.name }}-{{ .root.Values.namespace }}
topologyKey: "kubernetes.io/hostname"
{{- end }}
Expand Down

0 comments on commit ddaa206

Please sign in to comment.