Skip to content

Commit

Permalink
fix subpath in sapor deployment (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinaybyrisetty authored Apr 21, 2021
1 parent 9809e04 commit ae15d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/oes/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: oes
version: 3.6.7
version: 3.6.8
appVersion: 3.6.2
description: OES is a non-forked version of OSS spinnaker
icon: https://www.opsmx.com/images/logo.png
Expand Down
2 changes: 1 addition & 1 deletion charts/oes/templates/deployments/oes-sapor-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
{{- if .Values.forwarder.enabled }}
- mountPath: /opt/opsmx/controller/ca.crt
name: ca-certs-volume
subPath: tls.crt
subPath: ca.crt
- mountPath: /opt/opsmx/controller/cert/tls.crt
name: certs-volume
subPath: tls.crt
Expand Down

0 comments on commit ae15d8c

Please sign in to comment.