Skip to content

Commit

Permalink
Merge pull request nacos-group#111 from wwyhy/master
Browse files Browse the repository at this point in the history
Fixed: domainNmae typo
  • Loading branch information
paderlol authored Jul 24, 2020
2 parents 1be666c + caea5ae commit 5b6b4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
- name: SERVICE_NAME
value: "nacos-hs"
- name: DOMAIN_NAME
value: {{ .Values.env.domainNmae | quote }}
value: {{ .Values.env.domainName | quote }}
- name: POD_NAMESPACE
valueFrom:
fieldRef:
Expand Down

0 comments on commit 5b6b4ab

Please sign in to comment.