Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amineabri committed Sep 25, 2024
1 parent 99ad76f commit 11ef935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
{{- if .Values.static.enabled }}
role: wordpress
{{- else }}
name: {{ .Values.name }}-nginx
role: nginx
{{- end }}
policyTypes:
- Ingress
Expand Down
1 change: 1 addition & 0 deletions templates/nginx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
template:
metadata:
labels:
role: nginx
app: {{ .Values.name }}
{{- include "selectorLabels" . | nindent 8 }}
spec:
Expand Down

0 comments on commit 11ef935

Please sign in to comment.