Skip to content

Commit

Permalink
Typo in stackdriver chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Jun 19, 2020
1 parent 3670de2 commit f520db1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/stackdriver-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: stackdriver-exporter
description: A slim Helm Chart to deploy a GCP Stackdriver exporter, with BYO SA and Secrets.
type: application
version: 0.1.2
version: 0.1.3
appVersion: 0.9.1
2 changes: 1 addition & 1 deletion charts/stackdriver-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stackdriver-exporter
====================
A slim Helm Chart to deploy a GCP Stackdriver exporter, with BYO SA and Secrets.

Current chart version is `0.1.2`
Current chart version is `0.1.3`



Expand Down
4 changes: 2 additions & 2 deletions charts/stackdriver-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
{{- end }}
volumeMounts:
- name: service-account
{{- if .Values.stackdriver.serivceAccount.items }}
{{- if .Values.stackdriver.serviceAccount.items }}
mountPath: /etc/secrets/service-account
{{- else }}
mountPath: /etc/secrets/service-account/credentials.json
Expand All @@ -81,7 +81,7 @@ spec:
volumes:
- name: service-account
secret:
secretName: {{ .Values.stackdriver.serivceAccount.secret }}
secretName: {{ .Values.stackdriver.serviceAccount.secret }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit f520db1

Please sign in to comment.