File tree Expand file tree Collapse file tree 2 files changed +1
-26
lines changed Expand file tree Collapse file tree 2 files changed +1
-26
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- apiVersion : rbac.authorization.k8s.io/v1
3
- kind : ClusterRole
4
- metadata :
5
- name : eso-cross-namespace-secret-reader
6
- rules :
7
- - apiGroups : [""]
8
- resources : ["secrets"]
9
- verbs : ["get", "list"]
10
- ---
11
- apiVersion : rbac.authorization.k8s.io/v1
12
- kind : ClusterRoleBinding
13
- metadata :
14
- name : eso-openstack-cross-namespace
15
- subjects :
16
- - kind : ServiceAccount
17
- name : eso-openstack
18
- namespace : openstack
19
- roleRef :
20
- kind : ClusterRole
21
- name : eso-cross-namespace-secret-reader
22
- apiGroup : rbac.authorization.k8s.io
23
- ---
24
2
apiVersion : external-secrets.io/v1beta1
25
3
kind : ExternalSecret
26
4
metadata :
37
15
dataFrom :
38
16
- extract :
39
17
key : cinder-netapp-config
40
- # necessary to avoid argoproj/argo-cd#13004
41
- conversionStrategy : Default
42
- decodingStrategy : None
43
- metadataPolicy : None
Original file line number Diff line number Diff line change 27
27
resourceNames:
28
28
- svc-acct-argoworkflow
29
29
- svc-acct-netapp
30
+ - cinder-netapp-config
30
31
- apiGroups:
31
32
- authorization.k8s.io
32
33
resources:
You can’t perform that action at this time.
0 commit comments