Skip to content

Commit

Permalink
Fix nginx cm naming
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Jul 12, 2024
1 parent 847bb16 commit 48f4f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/epics-opis/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-config
name: {{ .Release.Name }}-nginx-config
labels:
app: {{ .Release.Name }}
data:
Expand Down

0 comments on commit 48f4f54

Please sign in to comment.