Skip to content

Commit

Permalink
fix typo in helm chart (apolloconfig#3336)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolDarran authored and smilesnake committed Nov 12, 2020
1 parent 53cbbb7 commit b5c2279
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions scripts/helm/apollo-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
name: apollo-portal
description: A Helm chart for Apollo Portal
type: application
version: 0.1.0
version: 0.2.0
appVersion: 1.8.0-SNAPSHOT
home: https://github.com/ctripcorp/apollo
icon: https://raw.githubusercontent.com/ctripcorp/apollo/master/apollo-portal/src/main/resources/static/img/logo-simple.png
maintainers:
- name: nobodyiam
email: [email protected]
url: https://github.com/nobodyiam
url: https://github.com/nobodyiam
4 changes: 2 additions & 2 deletions scripts/helm/apollo-portal/templates/deployment-portal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ spec:
app: {{ $portalFullName }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: configmap-{{ $portalFullName }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/helm/apollo-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ icon: https://raw.githubusercontent.com/ctripcorp/apollo/master/apollo-portal/sr
maintainers:
- name: nobodyiam
email: [email protected]
url: https://github.com/nobodyiam
url: https://github.com/nobodyiam
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ spec:
app: {{ $adminServiceFullName }}
spec:
{{- with .Values.adminService.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: volume-configmap-{{ $adminServiceFullName }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ spec:
app: {{ $configServiceFullName }}
spec:
{{- with .Values.configService.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: volume-configmap-{{ $configServiceFullName }}
Expand Down

0 comments on commit b5c2279

Please sign in to comment.