Skip to content

Commit

Permalink
CH-137 Reverting failed attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
condar-metacell committed Sep 9, 2024
1 parent 89db313 commit b972e82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions deployment-configuration/helm/templates/auto-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ spec:
operator: In
values:
- {{ .app.harness.database.name }}-{{ .root.Values.namespace }}
- labelSelector:
matchExpressions:
- key: usesvolume
operator: In
values:
- {{ .app.harness.database.name }} # Obsolete, kept for backwards compatability, to be removed at a later date
topologyKey: "kubernetes.io/hostname"
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@ spec:
operator: In
values:
- {{ .app.harness.deployment.volume.name }}-{{ .root.Values.namespace }}
- labelSelector:
matchExpressions:
- key: usesvolume
operator: In
values:
- {{ .app.harness.database.name }} # Obsolete, kept for backwards compatability, to be removed at a later date
- {{ .app.harness.deployment.volume.name }} # Obsolete, kept for backwards compatability, to be removed at a later date
topologyKey: "kubernetes.io/hostname"
{{- end }}
{{- end }}
Expand Down

0 comments on commit b972e82

Please sign in to comment.