Skip to content

Commit

Permalink
🚑 Fix selector labels
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
  • Loading branch information
mhkarimi1383 committed Oct 30, 2024
1 parent 47cecb5 commit 9484c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/haproxy-redis-sentinel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: haproxy-redis-sentinel
description: A Helm chart for HAProxy with Redis Sentinel
version: 0.0.2
version: 0.0.3
appVersion: "0.0.1"

2 changes: 1 addition & 1 deletion charts/haproxy-redis-sentinel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
template:
metadata:
labels:
app: {{ include "haproxy-redis-sentinel.fullname" . }}
{{- include "haproxy-redis-sentinel.selectorLabels" . | nindent 8 }}
spec:
containers:
- name: haproxy
Expand Down

0 comments on commit 9484c82

Please sign in to comment.