Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit a852773

Browse files
author
Travis Holton
committed
Remove cafile argument
1 parent 91c7687 commit a852773

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

charts/k8s-keystone-auth/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.0.10
18+
version: 0.0.11
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/k8s-keystone-auth/templates/daemonset.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ spec:
4747
- {{ include "k8s-keystone-auth.authUrl" . }}
4848
- --sync-configmap-name
4949
- {{ .Values.syncConfigMapName }}
50-
- --keystone-ca-file
51-
- /etc/ssl/cert.pem
5250
- --listen
5351
- {{ .Values.keystoneAuthListenAddress }}
5452
volumeMounts:

0 commit comments

Comments
 (0)