Update secret-store
This commit is contained in:
parent
fc8d34e4a9
commit
3d54f0c30d
4 changed files with 10 additions and 25 deletions
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
- name: registration-dir
|
- name: registration-dir
|
||||||
mountPath: /registration
|
mountPath: /registration
|
||||||
- name: secrets-store
|
- name: secrets-store
|
||||||
image: us.gcr.io/k8s-artifacts-prod/csi-secrets-store/driver:v0.0.12
|
image: us.gcr.io/k8s-artifacts-prod/csi-secrets-store/driver:v0.0.13
|
||||||
args:
|
args:
|
||||||
- "--debug=true"
|
- "--debug=true"
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
metadata:
|
metadata:
|
||||||
|
creationTimestamp: null
|
||||||
name: secretproviderclasses-role
|
name: secretproviderclasses-role
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
|
|
@ -10,28 +11,6 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- update
|
|
||||||
- watch
|
|
||||||
- apiGroups:
|
|
||||||
- secrets-store.csi.x-k8s.io
|
|
||||||
resources:
|
|
||||||
- secretproviderclasses/status
|
|
||||||
verbs:
|
|
||||||
- get
|
|
||||||
- patch
|
|
||||||
- update
|
|
||||||
- watch
|
|
||||||
- apiGroups:
|
|
||||||
- ""
|
|
||||||
resources:
|
|
||||||
- secrets
|
|
||||||
verbs:
|
|
||||||
- create
|
|
||||||
- delete
|
|
||||||
- get
|
|
||||||
- update
|
|
||||||
- patch
|
|
||||||
- list
|
|
||||||
- watch
|
- watch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- secrets-store.csi.x-k8s.io
|
- secrets-store.csi.x-k8s.io
|
||||||
|
|
@ -51,5 +30,5 @@ rules:
|
||||||
- secretproviderclasspodstatuses/status
|
- secretproviderclasspodstatuses/status
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- update
|
|
||||||
- patch
|
- patch
|
||||||
|
- update
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ spec:
|
||||||
listKind: SecretProviderClassList
|
listKind: SecretProviderClassList
|
||||||
plural: secretproviderclasses
|
plural: secretproviderclasses
|
||||||
singular: secretproviderclass
|
singular: secretproviderclass
|
||||||
|
preserveUnknownFields: false
|
||||||
scope: Namespaced
|
scope: Namespaced
|
||||||
validation:
|
validation:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
|
|
@ -59,6 +60,11 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
labels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
description: labels of K8s secret object
|
||||||
|
type: object
|
||||||
secretName:
|
secretName:
|
||||||
description: name of the K8s secret object
|
description: name of the K8s secret object
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
secrets_store_files:
|
secrets_store_files:
|
||||||
- "secrets-store/secretproviderclasses-role-ClusterRole.yaml"
|
|
||||||
- "secrets-store/secrets-store-csi-driver-ServiceAccount.yaml"
|
- "secrets-store/secrets-store-csi-driver-ServiceAccount.yaml"
|
||||||
|
- "secrets-store/secretproviderclasses-role-ClusterRole.yaml"
|
||||||
- "secrets-store/secretproviderclasses-rolebinding-ClusterRoleBinding.yaml"
|
- "secrets-store/secretproviderclasses-rolebinding-ClusterRoleBinding.yaml"
|
||||||
- "secrets-store/secrets-store.csi.k8s.io-CSIDriver.yaml"
|
- "secrets-store/secrets-store.csi.k8s.io-CSIDriver.yaml"
|
||||||
- "secrets-store/secretproviderclasses.secrets-store.csi.x-k8s.io-CustomResourceDefinition.yaml"
|
- "secrets-store/secretproviderclasses.secrets-store.csi.x-k8s.io-CustomResourceDefinition.yaml"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue