Skip to content

Commit

Permalink
Merge develop branch (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse authored Jan 20, 2023
1 parent c3bc304 commit 159f819
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 1.0.1
appVersion: "v1.0.1"
version: 1.1.0
appVersion: "v1.1.2"
description: GCP Compute Persistent Disk Container Storage Interface (CSI) Storage Plugin with on-node encryption support
name: gcp-compute-persistent-disk-csi-driver
2 changes: 1 addition & 1 deletion charts/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- "--v=5"
- "--endpoint=unix:/csi/csi.sock"
- "--run-controller-service=false"
- "--kms-addr={{ .Values.global.keyserviceName }}.{{ .Values.global.keyserviceNamespace | default .Release.Namespace }}:{{ .Values.global.keyservicePort }}"
- "--kms-addr={{ .Values.global.keyServiceName }}.{{ .Values.global.keyServiceNamespace | default .Release.Namespace }}:{{ .Values.global.keyServicePort }}"
securityContext:
privileged: true
volumeMounts:
Expand Down
6 changes: 3 additions & 3 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ csiController:
runOnControlPlane: true

global:
keyserviceName: "keyservice"
keyservicePort: 9000
keyserviceNamespace: "kube-system"
keyServiceName: "key-service"
keyServicePort: 9000
keyServiceNamespace: "kube-system"

createStorageClass: true

0 comments on commit 159f819

Please sign in to comment.