File tree Expand file tree Collapse file tree 4 files changed +40
-41
lines changed Expand file tree Collapse file tree 4 files changed +40
-41
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 23
23
serviceAccount : mysql-schema-operator
24
24
containers :
25
25
- name : operator
26
- image : mysql-schema-operator
27
- imagePullPolicy : Never
26
+ image : eu.gcr.io/adamsandor-test/ mysql-schema-operator:1.2.3-SNAPSHOT
27
+ imagePullPolicy : Always
28
28
ports :
29
29
- containerPort : 80
30
30
env :
45
45
path : /health
46
46
port : 8080
47
47
initialDelaySeconds : 30
48
- timeoutSeconds : 1
49
- ---
50
- apiVersion : rbac.authorization.k8s.io/v1beta1
51
- kind : ClusterRole
52
- metadata :
53
- name : mysql-schema-operator
54
- rules :
55
- - apiGroups :
56
- - mysql.sample.javaoperatorsdk
57
- resources :
58
- - schemas
59
- verbs :
60
- - " *"
61
- - apiGroups :
62
- - apiextensions.k8s.io
63
- resources :
64
- - customresourcedefinitions
65
- verbs :
66
- - " get"
67
- - " list"
68
- ---
69
- apiVersion : v1
70
- kind : ServiceAccount
71
- metadata :
72
- name : mysql-schema-operator
73
- namespace : mysql-schema-operator
74
- ---
75
- apiVersion : rbac.authorization.k8s.io/v1
76
- kind : ClusterRoleBinding
77
- metadata :
78
- name : mysql-schema-operator
79
- subjects :
80
- - kind : ServiceAccount
81
- name : mysql-schema-operator
82
- namespace : mysql-schema-operator
83
- roleRef :
84
- kind : ClusterRole
85
- name : mysql-schema-operator
86
- apiGroup : " "
48
+ timeoutSeconds : 1
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ apiVersion : rbac.authorization.k8s.io/v1beta1
2
+ kind : ClusterRole
3
+ metadata :
4
+ name : mysql-schema-operator
5
+ rules :
6
+ - apiGroups :
7
+ - mysql.sample.javaoperatorsdk
8
+ resources :
9
+ - schemas
10
+ verbs :
11
+ - " *"
12
+ - apiGroups :
13
+ - apiextensions.k8s.io
14
+ resources :
15
+ - customresourcedefinitions
16
+ verbs :
17
+ - " get"
18
+ - " list"
19
+ ---
20
+ apiVersion : v1
21
+ kind : ServiceAccount
22
+ metadata :
23
+ name : mysql-schema-operator
24
+ namespace : mysql-schema-operator
25
+ ---
26
+ apiVersion : rbac.authorization.k8s.io/v1
27
+ kind : ClusterRoleBinding
28
+ metadata :
29
+ name : mysql-schema-operator
30
+ subjects :
31
+ - kind : ServiceAccount
32
+ name : mysql-schema-operator
33
+ namespace : mysql-schema-operator
34
+ roleRef :
35
+ kind : ClusterRole
36
+ name : mysql-schema-operator
37
+ apiGroup : " "
You can’t perform that action at this time.
0 commit comments